style: 清理代码注释和格式
This commit is contained in:
@@ -4,16 +4,13 @@ import "blazing/logic/service/common"
|
||||
|
||||
// 实现InboundMessage接口,用于处理宠物设置经验的入站消息
|
||||
type PetSetExpInboundInfo struct {
|
||||
Head common.TomeeHeader `cmd:"2318" struc:"skip"`
|
||||
// CatchTime 精灵获取时间,对应Java的@UInt long
|
||||
CatchTime uint32 `fieldDescription:"精灵获取时间" uint:"true" autoCodec:"true"`
|
||||
Head common.TomeeHeader `cmd:"2318" struc:"skip"`
|
||||
CatchTime uint32 `fieldDescription:"精灵获取时间" uint:"true" autoCodec:"true"`
|
||||
|
||||
// Exp 分配经验,对应Java的@UInt long
|
||||
Exp int64 `struc:"uint32"`
|
||||
Exp int64 `struc:"uint32"`
|
||||
}
|
||||
|
||||
// 实现OutboundMessage接口,用于处理宠物设置经验的出站消息
|
||||
type PetSetExpOutboundInfo struct {
|
||||
// Exp 剩余累计经验,对应Java的@UInt long
|
||||
Exp int64 `struc:"uint32"`
|
||||
Exp int64 `struc:"uint32"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user