private void JumpInput()
 {
     if (Input.GetButtonDown("Jump"))
     {
         state = state.Jump(playerSettings.jumpForce);
     }
 }