write G::Score
This commit is contained in:
@@ -540,7 +540,7 @@ impl<G: Game<Score = i32>> Game for SessionState<G>
|
|||||||
where
|
where
|
||||||
G::Stats: Default,
|
G::Stats: Default,
|
||||||
{
|
{
|
||||||
type Score = i32;
|
type Score = G::Score;
|
||||||
type Stats = SessionStats<G::Stats>;
|
type Stats = SessionStats<G::Stats>;
|
||||||
type Config = SessionConfig<G::Config>;
|
type Config = SessionConfig<G::Config>;
|
||||||
type Instruction = SessionInstruction<G::Instruction>;
|
type Instruction = SessionInstruction<G::Instruction>;
|
||||||
|
|||||||
Reference in New Issue
Block a user