Ejemplo n.º 1
0
 public void DrawCardsIntoHand(int count)
 {
     Player.DrawIntoHand(4, this);
 }
Ejemplo n.º 2
0
 public Card DrawCard()
 {
     return(Player.DrawIntoHand(1, this).Single());
 }