SpellEffect.Go C# (CSharp) Method

Go() public method

Starts the spell effect.
public Go ( ) : void
return void
    public virtual void Go()
    {
        if (counter==999)
        {
            Permanent=true;
        }
        ApplyEffect ();
        StartCoroutine(timer());
    }