예제 #1
0
 private void LevelUp()
 {
     timer.Stop();
     ball.StopMovement();
     sndGameWinning.Play();
     level++;
     StartGame();
 }