Exemplo n.º 1
0
 public void AddCard(Card card)
 {
     this.Hand.Add(card);
     Draw.DrawCard(card, this.PlayerFrame.TopLeft, this.Hand.Count);
 }