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

ArchiveFormat() public method

Initialise the archive format.
public ArchiveFormat ( Engine engine ) : System
engine Engine The engine to associate with.
return System
        public ArchiveFormat(Engine engine)
            : base(engine, typeof(Archive), canLoad: true)
        {
        }