style: 清理代码注释和格式
This commit is contained in:
@@ -7,7 +7,7 @@ type CreatePlayerInboundInfo struct { //这里直接使用组合来实现将传
|
||||
|
||||
// 玩家昵称,@ArraySerialize注解
|
||||
Nickname string `struc:"[16]byte"` // 固定长度16字节
|
||||
// 机器人人物颜色 rgb,@UInt注解
|
||||
// 机器人人物颜色 rgb
|
||||
Color uint32 `fieldDescription:"机器人人物颜色 rgb" uint:"true"`
|
||||
}
|
||||
type CreatePlayerOutInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user