Esempio n. 1
0
 public void NotifyPlayerIsDead()
 {
     _timeMeter.StopTimeMeter();
     gameOverScreen.SetActive(true);
 }