Example #1
0
 public void Unpause()
 {
     Time.timeScale = 1.0f;
     exit_game.Disable();
     playerGun.UnpauseGun();
 }