公会战总战绩

master_huanxiang
lvxinran 2019-08-18 01:26:08 +08:00
parent 9abc2c188c
commit 3694977e19
2 changed files with 9 additions and 0 deletions

View File

@ -270,6 +270,12 @@ import "CommonProto.proto";
message PersonalFightResultResponse{
repeated PersonalFightResult result = 1;
}
//
message GuildFightResultResponse{
optional int32 getExp = 1;
repeated int32 getStar = 2;
repeated int32 loseStar = 3;
}
//uid
message DefeatResponse{
optional int32 uid = 1;

View File

@ -261,6 +261,9 @@ enum MessageType{
FAMILY_PERSONAL_FIGHT_RESULT_REQUEST = 10574;//
FAMILY_PERSONAL_FIGHT_RESULT_RESPONSE = 10575;
FAMILY_FIGHT_TOTAL_RESULT_REQUEST = 10576;//
FAMILY_FIGHT_TOTAL_RESULT_RESPONSE = 10577
FAMILY_DEFEATE_INDICATION = 10576;
// G 10600