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

TextureArchiveFormat() 공개 메소드

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