Esempio n. 1
0
    IEnumerator seatRandomCust()
    {
        while (true)
        {
            yield return(new WaitForSeconds(timePerSeating));

            os.AssignRandomSeat();
        }
    }