예제 #1
0
 public void DrawCard(Deck deck)
 {
     Hand.Add(deck.Deal());
 }