Exemple #1
0
 private HandType GetHandType()
 {
     return(_handEvaluator.GetHandType(Cards.ToList()));
 }