Exemplo n.º 1
0
    IEnumerator DoDelay()
    {
        yield return(new WaitForSeconds(Delay));

        GameModeManager.DispatchGameWin();
    }