test
This commit is contained in:
parent
bbd11001b2
commit
431a2191ee
22
def.go
22
def.go
@ -45,17 +45,17 @@ type ChatWarsMessageReportAck struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ChatWarsMessageDuelFight struct {
|
type ChatWarsMessageDuelFight struct {
|
||||||
ObjID64 int64 `json:"obj_id"`
|
ObjID64 int64 `json:"obj_id"`
|
||||||
WinCastleID int64 `json:"win_castle"`
|
WinCastle string `json:"win_castle"`
|
||||||
WinGuild `json:"win_guild"`
|
WinGuild string `json:"win_guild"`
|
||||||
WinUser `json:"win_user"`
|
WinUser string `json:"win_user"`
|
||||||
WinLife `json:"win_life"`
|
WinLife int64 `json:"win_life"`
|
||||||
LossCastleID `json:"loss_castle"`
|
LossCastle string `json:"loss_castle"`
|
||||||
LossGuild string `json:"loss_guild"`
|
LossGuild string `json:"loss_guild"`
|
||||||
LossUser string `json:"loss_user"`
|
LossUser string `json:"loss_user"`
|
||||||
LossLife int64 `json:"loss_life"`
|
LossLife int64 `json:"loss_life"`
|
||||||
Exp int64 `json:"exp"`
|
Exp int64 `json:"exp"`
|
||||||
Weapon string `json:"weapon"`
|
Weapon string `json:"weapon"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChatWarsMessageAuctionAnnounce struct {
|
type ChatWarsMessageAuctionAnnounce struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user