tansuo
parent
6f9d61b0e9
commit
217bff9b08
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue