Add nature to dex entry
parent
b64007a5f2
commit
83e354a9ef
|
@ -18,6 +18,7 @@ type DexData map[int]DexEntry
|
||||||
type DexEntry struct {
|
type DexEntry struct {
|
||||||
SeenAttr interface{} `json:"seenAttr"` // integer or string
|
SeenAttr interface{} `json:"seenAttr"` // integer or string
|
||||||
CaughtAttr interface{} `json:"caughtAttr"` // integer or string
|
CaughtAttr interface{} `json:"caughtAttr"` // integer or string
|
||||||
|
NatureAttr int `json:"natureAttr"`
|
||||||
SeenCount int `json:"seenCount"`
|
SeenCount int `json:"seenCount"`
|
||||||
CaughtCount int `json:"caughtCount"`
|
CaughtCount int `json:"caughtCount"`
|
||||||
HatchedCount int `json:"hatchedCount"`
|
HatchedCount int `json:"hatchedCount"`
|
||||||
|
|
Loading…
Reference in New Issue