write G::Score

This commit is contained in:
2026-05-29 14:47:59 -07:00
parent e43041711a
commit 9a4f7e603a
+1 -1
View File
@@ -540,7 +540,7 @@ impl<G: Game<Score = i32>> Game for SessionState<G>
where
G::Stats: Default,
{
type Score = i32;
type Score = G::Score;
type Stats = SessionStats<G::Stats>;
type Config = SessionConfig<G::Config>;
type Instruction = SessionInstruction<G::Instruction>;