style: 清理代码注释和格式
This commit is contained in:
@@ -30,7 +30,7 @@ type InInfo struct {
|
||||
}
|
||||
type WalkInInfo struct {
|
||||
Head common.TomeeHeader `cmd:"2101" struc:"skip"` //走路包
|
||||
// Flag: 0为走,1为飞行模式,@UInt long
|
||||
// Flag: 0为走,1为飞行模式
|
||||
Flag uint32
|
||||
|
||||
// Point: 直接给坐标x,y
|
||||
|
||||
@@ -96,8 +96,7 @@ type SimpleInfo struct {
|
||||
SpiritID uint32 `struc:"uint32" fieldDesc:"暂时不明给0" json:"spirit_id"`
|
||||
|
||||
// 宠物 ID 暂时无法测试,给 0
|
||||
PetDV uint32 `struc:"uint32" fieldDesc:"宠物ID暂时无法测试, 给0" json:"pet_dv"`
|
||||
// 是否闪光(@UInt long → uint32,0=否,1=是)
|
||||
PetDV uint32 `struc:"uint32" fieldDesc:"宠物ID暂时无法测试, 给0" json:"pet_dv"`
|
||||
ShinyLen uint32 `json:"-" struc:"sizeof=ShinyInfo"`
|
||||
ShinyInfo []data.GlowFilter `json:"ShinyInfo,omitempty"`
|
||||
// 宠物皮肤暂时无法测试,给 0
|
||||
|
||||
Reference in New Issue
Block a user