Basic class to represent a grouping of ICards.
Supports activities like: getting list of cards, adding cards to group, taking first card, taking multiple cards, getting count of cards, and shuffling the cards.
Friendly name of card collection that means something: "Hand", "Discard Pile", "In Play", etc.
Remove cards from hand.
Amount of cards to remove from Hand. If less than 1, all cards are taken.
Generated using TypeDoc
Basic class to represent a grouping of ICards.
Supports activities like: getting list of cards, adding cards to group, taking first card, taking multiple cards, getting count of cards, and shuffling the cards.