The engine for the SSI GoldBox series of games.
Наследование: Alexandria.Engine
Пример #1
0
 public ArchiveFormat(Engine engine)
     : base(engine, typeof(Archive), canLoad: true)
 {
 }