public void DoDie() { isPaused = true; isDead = true; Time.timeScale = 0; showPanels.ShowDeathPanel(); }