Esempio n. 1
0
 public void stopHeal()
 {
     CurrentState = healState.idle;
     target_      = null;
 }
Esempio n. 2
0
 public void heal(GameObject[] targetGameObject)
 {
     CurrentState = healState.heal;
     target_      = targetGameObject;
 }