Alexandria.Engines.Infinity.BiffArchiveFormat.BiffArchiveFormat C# (CSharp) Method

BiffArchiveFormat() public method

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