master_huanxiang
zhangshanxue 2019-09-27 15:24:33 +08:00
commit 8a113561cf
2 changed files with 10 additions and 5 deletions

View File

@ -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;
}

View File

@ -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;