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