示例#1
0
    private IEnumerator Failed()
    {
        yield return(new WaitForSeconds(deathTime));

        lvlEnd.FailureText();
    }