Пример #1
0
 // Make the player jump.
 public void Jump()
 {
     if (playerJump)
     {
         playerJump.InitJump();
     }
 }