Exemplo n.º 1
0
 private void ReaddCitiesForInfection()
 {
     infectionCardDeck.AddCardsToTop(infectionDiscardPile.GetUsedCards());
     infectionDiscardPile.ClearUsedCards();
     infectionDiscardPile.SyncDiscard();
 }