diff --git a/protos/Family.proto b/protos/Family.proto index 8ae9eed..0a11806 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -159,10 +159,6 @@ 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:一般成员 @@ -302,3 +298,11 @@ import "CommonProto.proto"; message GetAttackHeroBloodResponse{ repeated HeroBloodInfo blood = 1; } + + message RefuseJoinFamily{ + optional string name = 1; + } + //踢出玩家给indication + message KickOutIndication{ + optional int32 uid = 1; + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 06fc2af..2d86093 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -309,7 +309,8 @@ enum MessageType{ FAMILY_ATTACK_BLOOD_REQUEST = 10581;//查看攻击血量 FAMILY_ATTACK_BLOOD_RESPONSE = 10582; - + FAMILY_REFUSE_JOIN_INDICATION = 10583;//拒绝玩家加入工会indication + // G 10600 GET_PLAYERINFO_REQUEST = 10600; // GET_PLAYERINFO_RESPONSE = 10601;