Alexandria.Engines.DarkSouls.ModelFormat.ModelFormat C# (CSharp) Метод

ModelFormat() публичный Метод

Initialise the format.
public ModelFormat ( Engine engine ) : System
engine Engine
Результат System
        public ModelFormat(Engine engine)
            : base(engine, typeof(Model), canLoad: true, extension: ".flver")
        {
        }