Exemplo n.º 1
0
    // wait for audioclip to finish then continue the timer
    IEnumerator SetTrue(float time)
    {
        yield return(new WaitForSeconds(time)); // wait for the given amount of seconds

        timer.ContinueTimer();
    }