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

TextureArchiveFormat() public method

public TextureArchiveFormat ( Engine engine ) : System
engine Engine
return System
        public TextureArchiveFormat(Engine engine)
            : base(engine, typeof(TextureArchive), canLoad: true)
        {
        }