Ejemplo n.º 1
0
 void OnTriggerStay(Collider other)
 {
     if (currentState != null && !IsInTransition)
     {
         currentState.TriggerStay(other);
     }
 }