Alexandria.Engines.DarkSouls.ArchiveFormat.ArchiveFormat C# (CSharp) Метод

ArchiveFormat() публичный Метод

Initialise the archive format.
public ArchiveFormat ( Engine engine ) : System
engine Engine The engine to associate with.
Результат System
        public ArchiveFormat(Engine engine)
            : base(engine, typeof(Archive), canLoad: true)
        {
        }