// Coroutine that rolls the dice public IEnumerator SwapRound2() { yield return(new WaitForSeconds(1f)); turn.AdvanceTurn(); }