public void OnExit(GameObject go)
 {
     _currentState?.OnExit(go);
 }