diff options
Diffstat (limited to 'src/session.rs')
| -rw-r--r-- | src/session.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session.rs b/src/session.rs index 6aeee9f..e472adf 100644 --- a/src/session.rs +++ b/src/session.rs @@ -36,6 +36,8 @@ pub struct CustomDeck { /// Whether the card back should be used as the hidden image (instead of the last slot of the /// `face` image). back_is_hidden: bool, + /// ID of the custom card within the deck. + card_id: f64, } impl Session { |
