Exemplo n.º 1
0
 public void GainCardFromSupply(CardType card)
 {
     Player.GainCardFromSupply(card, this);
 }