Exemplo n.º 1
0
    IEnumerator WaitForNextLevel()
    {
        yield return(new WaitForSeconds(3));

        a.GoToNextLevel();
    }