Beispiel #1
0
 public void Reveal(Card card)
 {
     _cards.Add(card);
     _notifier.CardRevealed(card);
 }