mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-11-07 11:51:21 +01: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…
Reference in New Issue
Block a user