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