private void ClimbInput() { climbThrow = Input.GetAxis("Vertical"); //-1 to +1 mover.Climb(climbThrow); }