根据提供的code differences信息,由于没有具体的代码变更内容,我将生成一个通用的commit message模板:
``` docs(changelog): 更新版本更新日志 - 添加新功能说明 - 修复已知问题记录 - 更新相关文档内容 ```
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
type C2S_USE_PET_ITEM_OUT_OF_FIGHT struct {
|
||||
Head common.TomeeHeader `cmd:"2326" struc:"skip"`
|
||||
CatchTime uint32 `json:"catch_time"` // 使用物品的精灵的捕获时间
|
||||
ItemID uint32 `json:"item_id"` // 使用的物品ID
|
||||
ItemID int32 `struc:"uint32"` // 使用的物品ID
|
||||
}
|
||||
|
||||
// S2C_USE_PET_ITEM_OUT_OF_FIGHT 服务端→客户端:非战斗场景使用宠物道具回包
|
||||
|
||||
Reference in New Issue
Block a user