Example #1
0
 public void Pause()
 {
     Time.timeScale = 0.0f;
     exit_game.Enable();
     playerGun.PauseGun();
 }