예제 #1
0
 private void StartNewRound()
 {
     globals.globalHoles = 0;
     wallCon.AddHoles(holesAddedPerRound);
     roundsSurvived++;
     timer.ResetTime();
     timer.StartTimer();
     betweenRounds = false;
 }