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