mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-04 03:57:13 +08:00
Refactor savedata struct to include EggPity and UnlockPity (#27)
This commit is contained in:
parent
68caa148f6
commit
81b316f4c9
@ -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…
x
Reference in New Issue
Block a user