Merge branch 'master' of 60.1.1.230:backend/jieling_protocol

master_huanxiang
wangyuan 2019-08-12 16:22:15 +08:00
commit 499c2e87ee
2 changed files with 19 additions and 0 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; //
@ -209,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; //