void OnCollisionExit(Collision other) { if (currentState != null && !IsInTransition) { currentState.CollisionExit(other); } }