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