diff options
| author | Jomar Milan <jomarm@jomarm.com> | 2026-06-09 17:15:24 -0700 |
|---|---|---|
| committer | Jomar Milan <jomarm@jomarm.com> | 2026-06-09 17:15:24 -0700 |
| commit | acf5e40d02a25a6e99ef23ef61aca8cd261de9d3 (patch) | |
| tree | eb7da2b27e8a47ac1005ded7a0d70f5579ab635b /src/session.rs | |
| parent | 27e1ef1ad8d7d834054b750708343378ce9e9ec5 (diff) | |
Add player hand display in browser
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 { |
