mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-22 08:31:30 +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"`
|
||||
VoucherCounts VoucherCounts `json:"voucherCounts"`
|
||||
Eggs []EggData `json:"eggs"`
|
||||
EggPity []int `json:"eggPity"`
|
||||
UnlockPity []int `json:"unlockPity"`
|
||||
GameVersion string `json:"gameVersion"`
|
||||
Timestamp int `json:"timestamp"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user