The engine for the SSI GoldBox series of games.
Inheritance: Alexandria.Engine
Example #1
0
 public ArchiveFormat(Engine engine)
     : base(engine, typeof(Archive), canLoad: true)
 {
 }