Exemple #1
0
 public void addCard(Card card)
 {
     this.dealersCards.Add(card);
     this.handValue += card.getCardValue();
 }