Alexandria.Engines.GoldBox.ArchiveFormat.ArchiveFormat C# (CSharp) Method

ArchiveFormat() public method

public ArchiveFormat ( Engine engine ) : System
engine Engine
return System
        public ArchiveFormat(Engine engine)
            : base(engine, typeof(Archive), canLoad: true)
        {
        }