mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-22 16:41:28 +08:00
Add nature to dex entry
This commit is contained in:
parent
b64007a5f2
commit
83e354a9ef
@ -18,6 +18,7 @@ type DexData map[int]DexEntry
|
||||
type DexEntry struct {
|
||||
SeenAttr interface{} `json:"seenAttr"` // integer or string
|
||||
CaughtAttr interface{} `json:"caughtAttr"` // integer or string
|
||||
NatureAttr int `json:"natureAttr"`
|
||||
SeenCount int `json:"seenCount"`
|
||||
CaughtCount int `json:"caughtCount"`
|
||||
HatchedCount int `json:"hatchedCount"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user