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)
        {
        }