Пример #1
0
 //basically a function to increase the fpscontroller.
 //We need to change the JumpSpeed.
 public void HighJump()
 {
     control.setJumpSpeed(newJumpHeight);
 }