Refactor savedata struct to include EggPity and UnlockPity (#27)

pull/28/head
Frederico Santos 4 months ago committed by GitHub
parent 68caa148f6
commit 81b316f4c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,6 +33,8 @@ type SystemSaveData struct {
VoucherUnlocks VoucherUnlocks `json:"voucherUnlocks"` VoucherUnlocks VoucherUnlocks `json:"voucherUnlocks"`
VoucherCounts VoucherCounts `json:"voucherCounts"` VoucherCounts VoucherCounts `json:"voucherCounts"`
Eggs []EggData `json:"eggs"` Eggs []EggData `json:"eggs"`
EggPity []int `json:"eggPity"`
UnlockPity []int `json:"unlockPity"`
GameVersion string `json:"gameVersion"` GameVersion string `json:"gameVersion"`
Timestamp int `json:"timestamp"` Timestamp int `json:"timestamp"`
} }

Loading…
Cancel
Save