Ejemplo n.º 1
0
    void UncastSpell()
    {
        ISpell spell = GetComponent <ISpell>();

        spell.Uncast();
    }