Game class for Arcanum: Of Steamworks and Magick Obscura
Inheritance: Alexandria.Game
Exemple #1
0
 internal ArtFormat(Game game)
     : base(game, typeof(Art), canLoad: true, extension: ".art")
 {
 }
Exemple #2
0
 internal ArchiveFormat(Game game)
     : base(game, typeof(Archive), canLoad: true, extension: ".dat")
 {
 }