public Baccarat() { pack = new Pack(); _PHand = new BaccaratHand(); _BHand = new BaccaratHand(); }
//constructor for the class, which sets up the hands from the deck public Baccarat() { deck = new Deck(); _PHand = new BaccaratHand(); _BHand = new BaccaratHand(); }