232425262728293031
setHand(new ArrayList<Card>()); } //Construct Commands and set AI public Dealer(AI diff) { BuildDealerList commB = new BuildDealerList(); commB.createList(getCommL()); setDiff(diff); }