The engine for the SSI GoldBox series of games.
Inheritance: Alexandria.Engine
コード例 #1
0
ファイル: Archive.cs プロジェクト: Burton-Radons/Alexandria
 public ArchiveFormat(Engine engine)
     : base(engine, typeof(Archive), canLoad: true)
 {
 }