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