Esempio n. 1
0
 public override void Action(GameObject target)
 {
     print("target : " + target.name);
     spell.Cast(owner, target);
 }