Alexandria.Engines.Infinity.BiffArchiveFormat.BiffArchiveFormat C# (CSharp) 메소드

BiffArchiveFormat() 공개 메소드

public BiffArchiveFormat ( Engine engine ) : System
engine Engine
리턴 System
        public BiffArchiveFormat(Engine engine)
            : base(engine, typeof(BiffArchive), canLoad: true, extension: ".bif")
        {
        }