示例#1
0
 public bool DoHit(model.Player a_dealer)
 {
     return(a_dealer.CalcLowestScore() < g_hitLimit);
 }