Пример #1
0
 public void Jump()
 {
     if (player)
     {
         player.Jump();
     }
 }