2122232425262728293031
private ArrayList<Card> hand; //construct commands, set currency, and set bet public User() { BuildPlayerList commB = new BuildPlayerList(); commB.createList(commL); setCurrency(100); setBet(25); setHand(new ArrayList<Card>()); }