Alexandria.Games.Albion.LibraryFormat.LibraryFormat C# (CSharp) 메소드

LibraryFormat() 공개 메소드

public LibraryFormat ( Game game ) : System
game Game
리턴 System
        public LibraryFormat(Game game)
            : base(game, typeof(Library), extension: ".xld", canLoad: true)
        {
        }