Beispiel #1
0
 private int GetHandValue()
 {
     return(_handEvaluator.GetHandValue(Type, Cards.ToList()));
 }