Beispiel #1
0
    IEnumerator WinGame()
    {
        yield return(new WaitForSeconds(2));

        victoryScreen.WinGame();
    }