cards property

List<Card> cards
final

The cards in this deck.

This should:

  • Exclude leader and base, or any other leaders or bases.
  • Have at least 50 cards.
  • No more than 3 are copies of the same card.

Implementation

final List<Card> cards;