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;