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