public void OnTriggerExit(Collider other)
 {
     if (IsValidState())
     {
         currentBallState.OnTriggerExit(other);
     }
 }