Example #1
0
 public void DrawCardsToPlayerHand(List <Card> cardsDrawn)
 {
     mainUIController.DrawCardsToHand(cardsDrawn);
 }