Ejemplo n.º 1
0
 public void RevealCard(Card card, IReactionScope externalEventScope)
 {
     Hand.RevealCard(card, externalEventScope, this);
 }