Example #1
0
 /// <summary>Enables the Zone using the State</summary>
 private void ActivateStateZone()
 {
     if (CurrentAnimal.State_TryActivate(stateID))
     {
         StatModifier.ModifyStat(AnimalStats);
         AlignAnimal();
         OnZoneActivation.Invoke();
     }
 }