公会相关协议

master_huanxiang
lvxinran 2019-09-26 11:14:47 +08:00
parent abdde1bc35
commit 864a5822a9
2 changed files with 10 additions and 1 deletions

View File

@ -302,3 +302,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;