Card Interface - SSNeckbeard/Project-Nightly-Dawn GitHub Wiki
Decks of cards will consist of 54 cards (jokers are included).
There will be two card decks which need to maintain their state across multiple draws: the action deck for the Marshal and for the Players.
Other decks will only need to preserve their state for the draw (in order to ensure no duplicate cards) and can be reset to a shuffled state after the draw.
The deck interface should appropriately assign a fate chip to the Marshal when certain cards are drawn by certain decks.