解散公会开始时间
parent
d5f454fef8
commit
531f6b729e
|
|
@ -125,6 +125,10 @@ import "CommonProto.proto";
|
|||
optional int32 targetUid = 1; // 被踢的人
|
||||
}
|
||||
|
||||
message FamilyKickIndication{
|
||||
optional int32 type = 1; // 1 :被踢, 2 :公会解散
|
||||
}
|
||||
|
||||
message FamilyAppointmentReqeust{
|
||||
optional int32 targetUid = 1; //被委任的人
|
||||
optional int32 position = 2; //公会职位 1:会长 2:管理员 3:一般成员
|
||||
|
|
|
|||
Loading…
Reference in New Issue