private void OnMoveEvent(Vector2 dir)
 {
     m_FPSController.GetInputByJoystick(dir, RunButtonController.Instance.IsWakling);
 }