Exemplo n.º 1
0
 public void RevealCard(Card card)
 {
     _reactingPlayer.RevealCard(card, this);
 }