public bool Upped(ICardeble otboi) { if (GetScore() > 21) { while (count > 0) { otboi.SetCard(this.GetCard()); } return(true); } return(false); }
public bool Upped(ICardeble otboi) { if (GetScore() > 21) { while (count > 0) { otboi.SetCard(this.GetCard()); } return true; } return false; }