public void KillPlayer() { if (marioLives == 0) { resetGame(); } else { StartCoroutine(tryAgainRutine()); resetController.newLive(); } }