Alexandria.Games.Arcanum.ArchiveFormat.ArchiveFormat C# (CSharp) Method

ArchiveFormat() private method

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