公会图腾协议,公会战绩协议

lvxinran 2019-08-24 23:01:32 +08:00
parent 5025a1effb
commit 0364d1d95f
3 changed files with 10 additions and 1 deletions

View File

@ -495,6 +495,7 @@ option optimize_for = SPEED;
optional int32 joinType = 8; // 1: 2: 3:
optional int32 icon = 9; //
optional int32 levelTime=10; //
repeated int32 fightResult = 11;//
}
//

View File

@ -284,4 +284,8 @@ import "CommonProto.proto";
message DefeatResponse{
optional int32 uid = 1;
}
//
message changeIconRequest{
optional int32 iconId = 1;
}

View File

@ -270,7 +270,11 @@ enum MessageType{
FAMILY_FIGHT_TOTAL_RESULT_REQUEST = 10577;//
FAMILY_FIGHT_TOTAL_RESULT_RESPONSE = 10578;
FAMILY_CHANGE_ICON_REQUEST = 10579;//
FAMILY_CHANGE_ICON_RESPONSE = 10580;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //
GET_PLAYERINFO_RESPONSE = 10601;