解散公会开始时间
parent
6c8ca3156f
commit
d5f454fef8
|
|
@ -492,6 +492,7 @@ option optimize_for = SPEED;
|
|||
optional int32 maxNum = 7 ;// 最大人数
|
||||
optional int32 joinType = 8; //加入类型 1:直接加入 2:申请加入 3:禁止加入
|
||||
optional int32 icon = 9; // 公会图标
|
||||
optional int32 levelTime=10; //解散公会开始时间
|
||||
}
|
||||
|
||||
//无尽副本英雄信息
|
||||
|
|
|
|||
|
|
@ -163,3 +163,8 @@ import "CommonProto.proto";
|
|||
optional int32 targetUid = 1 ;//要被转让的人
|
||||
}
|
||||
|
||||
//解散公会和取消
|
||||
message FamilyDissolutionRequest{
|
||||
optional int32 type =1 ;//操作类型 1 :解散公会 2 : 取消解散公会
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue