Beispiel #1
0
 internal static bool IsSetSecondOrLower(ShowdownHands hand)
 {
     return(hand > ShowdownHands.ThreeOfAKindBottomSet && hand < ShowdownHands.ThreeOfAKindTopSet);
 }
Beispiel #2
0
 internal static bool IsBottomStraight(ShowdownHands hand)
 {
     return(hand == ShowdownHands.StraightOneCardBottom || hand == ShowdownHands.StraightTwoCardBottom);
 }