1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-01-31 21:05:20 +01:00

ghost level saving

This commit is contained in:
ghkkk090 2022-09-11 16:33:45 +07:00
parent 4f275d383f
commit 0add6f57c9

View File

@ -173,6 +173,7 @@ export default class GameModule extends Module {
windowSticker: body.car!.windowSticker!,
lastPlayedAt: timestamps,
regionId: body.car!.regionId!,
ghostLevel: body.car!.ghostLevel!,
rgStamp: common.sanitizeInputNotZero(body.rgResult?.rgStamp),
stampSheetCount: common.sanitizeInputNotZero(body.rgResult?.stampSheetCount)
}