Ejemplo n.º 1
0
 /// <summary>Enables the Zone using the Stance</summary>
 private void ActivateStanceZone()
 {
     CurrentAnimal.Stance = stanceID;
     CurrentAnimal.Mode_Stop();
     AlignAnimal();
     OnZoneActivation.Invoke();
 }