예제 #1
0
 // Make the player jump.
 public void Jump()
 {
     if (playerJump)
     {
         playerJump.InitJump();
     }
 }
예제 #2
0
 // Make the player jump.
 public void Jump()
 {
     Debug.Log("mansoo");
     if (playerJump)
     {
         playerJump.InitJump();
     }
 }