예제 #1
0
 public void AddCard(Card card)
 {
     hand.Add(card);
     numCards++;
     cardTotal += card.GetNumericValue();
 }