예제 #1
0
 public void DisableGameTimer()
 {
     TimerText.text = timerPrefix + "Disabled!";
     gameTimer.DisableTimer();
 }