mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-09-14 03:10:27 +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"`
|
||||
HatchedCount int `json:"hatchedCount"`
|
||||
Ivs []int `json:"ivs"`
|
||||
Ribbons string `json:"ribbons"`
|
||||
}
|
||||
|
||||
type StarterData map[int]StarterEntry
|
||||
|
Loading…
x
Reference in New Issue
Block a user