Example #1
0
 public void OnPlaying()
 {
     stopwatch.Continue();
     pauseScreen.SetActive(false);
     Time.timeScale = 1f;
 }