コード例 #1
0
 // Make the player jump.
 public void Jump()
 {
     if (playerJump)
     {
         playerJump.InitJump();
     }
 }
コード例 #2
0
ファイル: Player.cs プロジェクト: lemamon/epiphaneia
 // Make the player jump.
 public void Jump()
 {
     Debug.Log("mansoo");
     if (playerJump)
     {
         playerJump.InitJump();
     }
 }