Beispiel #1
0
 public bool CanPlayCard(CardData card)
 {
     return(card.CanPlay(this));
 }