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