1
0
mirror of synced 2024-12-05 03:27:57 +01:00

Forgor a field

This commit is contained in:
Rin 2022-07-15 19:27:35 +01:00
parent ec70f7b2de
commit e4a679a6f8

View File

@ -39,6 +39,7 @@ export default class GameModule extends Module {
stConsecutiveWins: body.stResult!.stConsecutiveWins!,
stConsecutiveWinsMax: maxConsecutiveWins,
odometer: body.odometer,
playCount: body.playCount
}
})
break;