Exemple #1
0
 public void Launch(SpellBase spell, Transform caster, Action action)
 {
     //Debug.Log("Launch");
     spell.Activate(SpellOrb, caster, Stats, action);
 }
 public void Launch(SpellBase spell, Transform caster, Action action)
 {
     //Debug.Log("Launch");
     spell.Activate(SpellOrb, caster,Stats, action);
 }