Exemplo n.º 1
0
 private HandType GetHandType()
 {
     return(_handEvaluator.GetHandType(Cards.ToList()));
 }