コード例 #1
0
 public void PlayPointWonSound(bool playerWon)
 {
     Game1.playSound(playerWon ? "achievement" : "trashcan");
 }
コード例 #2
0
 public void PlayBallPaddleSound()
 {
     Game1.playSound("smallSelect");
 }