upd class
This commit is contained in:
parent
d6b011c2b0
commit
4fcb8b775d
1
def.go
1
def.go
@ -208,6 +208,7 @@ type ChatWarsMessageMeAck struct {
|
|||||||
CWUserID64 int64 `json:"user_id"`
|
CWUserID64 int64 `json:"user_id"`
|
||||||
CWGuildID64 int64 `json:"guild_id"`
|
CWGuildID64 int64 `json:"guild_id"`
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
|
Class string `json:"class"`
|
||||||
Level int64 `json:"level"`
|
Level int64 `json:"level"`
|
||||||
ExpNow int64 `json:"exp_now"`
|
ExpNow int64 `json:"exp_now"`
|
||||||
ExpLvl int64 `json:"exp_lvl"`
|
ExpLvl int64 `json:"exp_lvl"`
|
||||||
|
Loading…
Reference in New Issue
Block a user