예제 #1
0
    IEnumerator HighlightDelayed(float seconds)
    {
        yield return(new WaitForSeconds(seconds));

        currCauld.Highlight(true);
    }