test
This commit is contained in:
parent
59f8d1aab6
commit
75772842d7
2
def.go
2
def.go
@ -78,7 +78,7 @@ type ChatWarsMessageMeAck struct {
|
|||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type parseSubTypeMessageGRolesAck struct {
|
type ChatWarsMessageGRolesAck struct {
|
||||||
Msg *ChatWarsMessage `json:"msg"`
|
Msg *ChatWarsMessage `json:"msg"`
|
||||||
BartenderID64 int64 `json:"bartender"`
|
BartenderID64 int64 `json:"bartender"`
|
||||||
CommanderID64 int64 `json:"commander"`
|
CommanderID64 int64 `json:"commander"`
|
||||||
|
Loading…
Reference in New Issue
Block a user