Esempio n. 1
0
        //Reset the round for the next
        static void EndRound()
        {
            table.RefreshTable();
            deck.RefreshDeck();
            foreach (Player player in players)
            {
                player.RefreshPlayer();
            }

            RemoveLosers();
        }