From acf5e40d02a25a6e99ef23ef61aca8cd261de9d3 Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Tue, 9 Jun 2026 17:15:24 -0700 Subject: Add player hand display in browser --- src/session.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/session.rs') 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 { -- cgit v1.2.3