SpellEffect.EffectOverTime C# (CSharp) Method

EffectOverTime() public method

Code to apply the periodic changes to the effect. Eg poison drains health, staged effects.
public EffectOverTime ( ) : void
return void
    public virtual void EffectOverTime()
    {
        return;
    }