Inheritance: Alexandria.Engine
コード例 #1
0
 public BiffArchiveFormat(Engine engine)
     : base(engine, typeof(BiffArchive), canLoad: true, extension: ".bif")
 {
 }