Example #1
0
 private void PauseGame()
 {
     tutorialManager.DisableTutorialManager();
     Time.timeScale = 0.0f;
 }