upd class

This commit is contained in:
shoopea 2020-01-06 14:56:18 +08:00
parent d6b011c2b0
commit 4fcb8b775d

1
def.go
View File

@ -208,6 +208,7 @@ type ChatWarsMessageMeAck struct {
CWUserID64 int64 `json:"user_id"`
CWGuildID64 int64 `json:"guild_id"`
State string `json:"state"`
Class string `json:"class"`
Level int64 `json:"level"`
ExpNow int64 `json:"exp_now"`
ExpLvl int64 `json:"exp_lvl"`