Example #1
0
 //Called when start coundown ends
 public void Restart()
 {
     IsPlaying    = true;
     hintTimeLeft = hintTime;
     lineManagerScript.enabled = true;
     lineManagerScript.Restart();
     ballGenerator.Restart();
     countdown.Restart();
     startCountdown.gameObject.SetActive(false);
 }