Revert "鸿蒙碑"

This reverts commit 39cc08884d.
master_huanxiang 12.02online
lvxinran 2020-11-27 10:44:37 +08:00
parent 41534fb286
commit 2bc2cefacc
3 changed files with 2 additions and 59 deletions

View File

@ -283,34 +283,6 @@ import "CommonProto.proto";
optional SkinInfo skinInfo = 1;//
}
//
message OpenResonanceRequest {
optional int32 gridId = 1; // id
}
message OpenResonanceResponse {
}
//
message ResonanceRequest{
optional string heroId = 1; // id
optional int32 gridId = 2; // id
optional int32 type = 3; // 1: 2
}
message ResonanceResponse{
}
//
message CleanResonanceTimeRequest{
optional int32 gridId = 2; // id
}
message CleanResonanceTimeResponse{
optional int32 gridId = 2; // id
}
// 鸿
message UpgradeHongmengTabletResponse{
}

View File

@ -523,19 +523,6 @@ enum MessageType{
HERO_SKIN_CHANGE_RESPONSE = 10712;
HERO_SKIN_USE_INDICATION = 10713;//
HONGMENG_OPEN_RESONANCE_REQUEST = 10714; //
HONGMENG_OPEN_RESONANCE_RESPONSE = 10715;
HONGMENG_RESONANCE_REQUEST = 10716; //
HONGMENG_RESONANCE_RESPONSE = 10717;
HONGMENG_CLEAN_TIME_RESQUEST = 10718; //
HONGMENG_CLEAN_TIME_RESPONSE = 10719;
HONGMENG_UPGRADE_REQUEST = 10720; // 鸿
HONGMENG_UPGRADE_RESPONSE = 10721;
// I 10800
// J 10900

View File

@ -37,18 +37,6 @@ import "CommonProto.proto";
optional string str = 2;
}
//
message HongmengHeroInfo{
optional int32 gridId = 1; //
optional string heroId = 2; // id
optional int64 time = 3; //
}
message HongmengAddition{
optional int32 additionType = 1; // 1 2 3 4 5
optional int32 value = 2; //
}
message GetPlayerInfoResponse{
optional Player player = 1;
repeated NewPlayerGuidePoint newPlayerGuidePoint =2;
@ -83,10 +71,6 @@ import "CommonProto.proto";
optional int32 expeditionLeve =31 ; // -1
optional int32 hadLuckTime = 32;//
optional int32 hadAdvanceLuckTime = 33;//
repeated string hongmengGuards = 34; // 鸿
repeated HongmengHeroInfo hongmengHeroInfos = 35;
optional int32 hongmengTablet = 36; // 鸿
repeated HongmengAddition hongmengAdditions = 37; //
}