Exemple #1
0
 public void AddCardsInHand(List <Card> cards)
 {
     GameTable.AddCards(cards);
 }