|
CardGame
Rogue-like card videogame
|
Represents a single card entry in the player's persistent deck. More...
#include <deckEntry.h>
Public Attributes | |
| std::string | cardId |
| Identifier matching a CardDefinition. | |
| int | cardCount |
| Number of copies owned. | |
Represents a single card entry in the player's persistent deck.
Each entry stores:
Used for saving, loading, and modifying the player's deck outside of combat.
| int DeckEntry::cardCount |
Number of copies owned.
| std::string DeckEntry::cardId |
Identifier matching a CardDefinition.