Ejemplo n.º 1
0
 public static bool IsColorPlayed(PlayTable table, Card card)
 {
     return(NormalRating(table, card) >= 50);
 }