Alexandria.Engines.DarkSouls.StringArchiveFormat.StringArchiveFormat C# (CSharp) 메소드

StringArchiveFormat() 공개 메소드

Initialise the format.
public StringArchiveFormat ( Engine engine ) : System
engine Engine The engine to associate with.
리턴 System
        public StringArchiveFormat(Engine engine)
            : base(engine, typeof(StringArchive), canLoad: true)
        {
        }