公会获取对手信息协议增加

master_huanxiang
lvxinran 2019-08-12 16:04:45 +08:00
parent 9af395e4da
commit 92c4569067
2 changed files with 19 additions and 3 deletions

View File

@ -62,6 +62,18 @@ import "CommonProto.proto";
optional int32 curForce=4;//
}
message FamilyBuildBuffInfo{
optional int32 buildId = 1;
optional int32 buffId = 2;
}
//
message FamilyFightInfo{
optional int32 gid = 1;
repeated FamilyBuildBuffInfo buildBuff = 2;
repeated FamilyUserInfo user = 3;
}
message GetFamilyInfoResponse{
optional FamilyBaseInfo familyBaseInfo =1; //
@ -188,9 +200,6 @@ import "CommonProto.proto";
optional int32 type =1 ;// 1 2
}
//
message FamilyDefendViewRequest{
optional int32 type = 1;//01
}
message FamilyDefendViewResponse{
repeated FamilyDefendInfo info = 1;
@ -212,4 +221,8 @@ import "CommonProto.proto";
message FamilyWalkRequest{
repeated int32 path =1;// 线
}
//
message FamilyFightInfoResponse{
repeated FamilyFightInfo info=1;
}

View File

@ -246,6 +246,9 @@ enum MessageType{
FAMILY_WALK_INDICATION = 10565;
FAMILY_QUICK_SET_DEFEND_INDICATION = 10566;
FAMILY_FIGHT_INFO_REQUEST = 10567;//
FAMILY_FIGHT_INFO_RESPONSE = 10568;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //