聊天队伍称号添加
parent
a0bf47d562
commit
7c330aaacb
|
|
@ -25,6 +25,7 @@ message ChatInfo{
|
|||
optional int32 Frequency = 19; //频率(s)
|
||||
optional int32 speed = 20;
|
||||
optional int32 multiple = 21; //显示次数
|
||||
optional int32 userTitle = 22;
|
||||
}
|
||||
|
||||
message GetChatMessageInfoRequest {
|
||||
|
|
|
|||
|
|
@ -657,6 +657,7 @@ option optimize_for = SPEED;
|
|||
optional string guildName =7; //公会名称
|
||||
optional TeamOneTeamInfo team = 6;
|
||||
optional int32 isApplyed = 8;//是否已经申请过
|
||||
optional int32 userTitle = 9;
|
||||
}
|
||||
|
||||
//妖兽排行
|
||||
|
|
@ -787,6 +788,7 @@ option optimize_for = SPEED;
|
|||
optional int32 count = 6;
|
||||
optional int32 itemId = 7;
|
||||
optional int32 position = 8;//公会职位
|
||||
optional int32 userTitle = 9;
|
||||
}
|
||||
|
||||
message ExpeditionSimpleBossInfo{
|
||||
|
|
|
|||
Loading…
Reference in New Issue