internal void FixedUpdate(float deltaTime)
 {
     if (mCurrentState != null)
     {
         mCurrentState.FixedUpdate(deltaTime);
     }
 }