示例#1
0
    IEnumerator RaiseHandWithDelay(StudentAction stu)
    {
        yield return(new WaitForSeconds(Random.Range(1f, 4.0f)));

        stu.RaiseHand();
    }