Ejemplo n.º 1
0
 public int RunBonus(List <Card> hand)
 {
     return(Bonus.RunBonus(hand));
 }