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