Exemplo n.º 1
0
    private IEnumerator Failed()
    {
        yield return(new WaitForSeconds(deathTime));

        lvlEnd.FailureText();
    }