Beispiel #1
0
 public void FreezeLevel()
 {
     paused = true;
     hole.Deactivate();
     timerManager.StopTimer();
     safe.SetRotationAvailable(false);
 }