试炼本宝箱协议

master_huanxiang
lvxinran 2020-06-01 19:41:28 +08:00
parent 7182b2ea5b
commit bc5bb019d3
2 changed files with 9 additions and 1 deletions

View File

@ -105,7 +105,7 @@ import "CommonProto.proto";
//
optional int32 curXY = 2;
//
optional int32 triggerXY = 3;
optional int32 trigger XY = 3;
}
message MapUpdateResponse{
optional int32 eventId = 1;
@ -318,3 +318,8 @@ import "CommonProto.proto";
message TrialHeroInfoSaveRequest{
repeated string heroIds = 1;//
}
message GetTrialBoxRewardResponse{
optional Drop boxDrop = 1;//
}

View File

@ -799,6 +799,9 @@ enum MessageType{
TRIAL_HERO_INFO_SAVE_REQUEST = 11920;//
TRIAL_HERO_INFO_SAVE_RESPONSE = 11921;
TRIAL_GET_BOX_REQUEST = 11922;//
TRIAL_GET_BOX_RESPONSE = 11923;
// U 12000
UP_HERO_LEVEL_REQUEST = 12000; //