探索优化
parent
5545704f4f
commit
2e0eaab404
|
|
@ -1424,6 +1424,7 @@ enum MessageType{
|
||||||
ExplorerMapRewardRequest = 3050046;
|
ExplorerMapRewardRequest = 3050046;
|
||||||
ExplorerMapRewardResponse = 3050047;
|
ExplorerMapRewardResponse = 3050047;
|
||||||
ExplorerMapIndicationResponse = 3050048;
|
ExplorerMapIndicationResponse = 3050048;
|
||||||
|
ExplorerMapIndicationEventResponse = 3050049;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1087,7 +1087,10 @@ import "CommonProto.proto";
|
||||||
|
|
||||||
message ExplorerMapIndicationResponse{
|
message ExplorerMapIndicationResponse{
|
||||||
optional ExplorerMapInfo exploreInfo = 1;//探索地图信息
|
optional ExplorerMapInfo exploreInfo = 1;//探索地图信息
|
||||||
repeated CommKeyVal randEvent = 2 ;//随机触发事件[事件id,截止时间,地图id]
|
//repeated CommKeyVal randEvent = 2 ;//随机触发事件[事件id,截止时间,地图id]
|
||||||
|
}
|
||||||
|
message ExplorerMapIndicationEventResponse{
|
||||||
|
repeated CommKeyVal randEvent = 1 ;//随机触发事件[事件id,截止时间,地图id]
|
||||||
}
|
}
|
||||||
|
|
||||||
//探索事件
|
//探索事件
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue