mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-09-15 03:33:47 +08:00
Fix ribbon tracking (#64)
This commit is contained in:
parent
e11eaec05a
commit
d73f761869
@ -49,6 +49,7 @@ type DexEntry struct {
|
|||||||
CaughtCount int `json:"caughtCount"`
|
CaughtCount int `json:"caughtCount"`
|
||||||
HatchedCount int `json:"hatchedCount"`
|
HatchedCount int `json:"hatchedCount"`
|
||||||
Ivs []int `json:"ivs"`
|
Ivs []int `json:"ivs"`
|
||||||
|
Ribbons string `json:"ribbons"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type StarterData map[int]StarterEntry
|
type StarterData map[int]StarterEntry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user