Exemple #1
0
 public int CompareTo(PlayerCardSortable other)
 {
     return(card.CompareTo(other.card));
 }