Ejemplo n.º 1
0
 public void PlayPointWonSound(bool playerWon)
 {
     Game1.playSound(playerWon ? "achievement" : "trashcan");
 }
Ejemplo n.º 2
0
 public void PlayBallPaddleSound()
 {
     Game1.playSound("smallSelect");
 }