IEnumerator Restart() { yield return(new WaitForSeconds(1)); ScoreKeeper.End(); GameManager.StartNewGame(); }