Example #1
0
 public void Restart()
 {
     PausePanel.SetActive(false);
     GameIsPaused = false;
     restartScript.ClickRestart();
 }