void TurnCharacterToCameraRotation()
 {
     m_targetRotation.y = Mathf.SmoothDamp(m_targetRotation.y, -m_cameraController.GetRotation().y, ref m_refValue, 0.2f);
 }