void GameOver() { //audioSource.PlayOneShot(waterSplash); StartCoroutine(PlaySound()); Highscores.AddNewHighScore(playerName, Scoring.PlayerHighscore); StartCoroutine(LoadGameOverAfterSeconds()); //timerManager.DoSlowMotion(); }