Beispiel #1
0
 public PlayAction Play(Hand hand, Card dealersTopCard)
 {
     return(_strategy.Play(hand, dealersTopCard));
 }