Alexandria.Engines.DarkSouls.EffectFormat.EffectFormat C# (CSharp) Méthode

EffectFormat() public méthode

Initialise the format.
public EffectFormat ( Engine engine ) : System
engine Engine
Résultat System
        public EffectFormat(Engine engine)
            : base(engine, typeof(Effect), canLoad: true, extension: ".ffx")
        {
        }