Ejemplo n.º 1
0
 private void GameOver()
 {
     //Freezes the game entirely.
     Time.timeScale = 0;
     playerHUDScript.GameOverMenuToggle();
 }