Beispiel #1
0
 public void DealInitialCardsToDealer(List<uint> dealerCards, IShoe theshoe, ITable table)
 {
     dealerCards.Clear();
     dealerCards.AddRange(theshoe.GiveMeSomeCards(2));
     table.AddCardToVisibleCards(dealerCards[0]);
 }