From 9a4f7e603a25757d2aaeb411f6f1e4e4742b45ca Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Fri, 29 May 2026 14:47:59 -0700 Subject: [PATCH] write G::Score --- card_game/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card_game/src/lib.rs b/card_game/src/lib.rs index bdfcf80..56788b5 100644 --- a/card_game/src/lib.rs +++ b/card_game/src/lib.rs @@ -540,7 +540,7 @@ impl> Game for SessionState where G::Stats: Default, { - type Score = i32; + type Score = G::Score; type Stats = SessionStats; type Config = SessionConfig; type Instruction = SessionInstruction;