公会战请求阶段信息

master_huanxiang
lvxinran 2019-08-13 15:00:38 +08:00
parent 906590cdc2
commit 822fec2cb2
2 changed files with 20 additions and 1 deletions

View File

@ -231,4 +231,20 @@ import "CommonProto.proto";
message FamilyFightInfoResponse{
repeated FamilyFightInfo info=1;
}
//
message EnemyFamily{
optional int32 id = 1;
optional string name = 2;
optional int32 level = 3;
optional int32 pictureId = 4;
}
//
message FamilyFightRoundResponse{
optional int32 type = 1;
optional int32 startTime = 2;
optional int32 roundStartTime = 3;
optional int32 roundEndTime =4;
optional int32 joinType = 5;//
optional EnemyFamily enemy =6;//
}

View File

@ -249,6 +249,9 @@ enum MessageType{
FAMILY_FIGHT_INFO_REQUEST = 10567;//
FAMILY_FIGHT_INFO_RESPONSE = 10568;
FAMILY_FIGHT_ROUND_INFO_REQUEST = 10569;//
FAMILY_FIGHT_ROUND_INFO_RESPONSE = 10570;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //