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

        GameModeManager.DispatchGameLose();
    }