Beispiel #1
0
 public void Exit()
 {
     animal.ExitBusy();
     water.StopEating(animal);
     animal.RestoreAgentState(ref agent);
     // Debug.Log(animal.name + " stopped eating");
 }