Game class for Arcanum: Of Steamworks and Magick Obscura
Inheritance: Alexandria.Game
コード例 #1
0
ファイル: Art.cs プロジェクト: Burton-Radons/Alexandria
 internal ArtFormat(Game game)
     : base(game, typeof(Art), canLoad: true, extension: ".art")
 {
 }
コード例 #2
0
ファイル: Archive.cs プロジェクト: Burton-Radons/Alexandria
 internal ArchiveFormat(Game game)
     : base(game, typeof(Archive), canLoad: true, extension: ".dat")
 {
 }