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