Alexandria.Engines.GoldBox.ArchiveFormat.ArchiveFormat C# (CSharp) 메소드

ArchiveFormat() 공개 메소드

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