Exemple #1
0
 bool IRegularDeckWild.IsWild(IRegularCard thisCard)
 {
     return(thisCard.Value == EnumCardValueList.Two || thisCard.Value == EnumCardValueList.Joker);
 }
Exemple #2
0
 void IRegularAceCalculator.PopulateAceValues(IRegularCard thisCard)
 {
     thisCard.Value = EnumCardValueList.LowAce;
 }