示例#1
0
    // Coroutine that rolls the dice
    public IEnumerator SwapRound2()
    {
        yield return(new WaitForSeconds(1f));

        turn.AdvanceTurn();
    }