Exemple #1
0
 public void GiveCardTo(IPlayer player, Deck deck)
 {
     player.Hand.AddCard(deck.HandOutCard());
 }