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