master_huanxiang
xuexinpeng 2021-12-24 17:33:41 +08:00
parent 6f9d61b0e9
commit 217bff9b08
2 changed files with 3 additions and 2 deletions

View File

@ -1218,7 +1218,7 @@ option optimize_for = SPEED;
optional int32 mapId = 2 ; //id
optional int32 hp = 3; //
optional int32 exploreTime = 4;//
repeated CommKeyVal dropReward = 5 ;//
repeated CommKeyVal dropReward = 5 ;//
}
message ExplorerMapSendInfo{
optional int32 mapId = 1; //id

View File

@ -1074,12 +1074,13 @@ import "CommonProto.proto";
}
//
message ExplorerMapRewardRequest{
optional int32 type = 1; //0: 1:
optional int32 type = 1; //0:
optional int32 teamId = 2; //id
}
message ExplorerMapRewardResponse{
optional Drop drop = 1 ;//
optional ExplorerMapInfo exploreInfo = 2;//
}
message ExplorerMapIndicationResponse{