Ejemplo n.º 1
0
    IEnumerator Restart()
    {
        yield return(new WaitForSeconds(1));

        ScoreKeeper.End();
        GameManager.StartNewGame();
    }