Alexandria.Games.Arcanum.ArchiveFormat.ArchiveFormat C# (CSharp) Méthode

ArchiveFormat() private méthode

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