Alexandria.Games.Arcanum.ArchiveFormat.ArchiveFormat C# (CSharp) 메소드

ArchiveFormat() 개인적인 메소드

private ArchiveFormat ( Game game ) : System
game Game
리턴 System
        internal ArchiveFormat(Game game)
            : base(game, typeof(Archive), canLoad: true, extension: ".dat")
        {
        }