探索事件
parent
8d9c51d1e2
commit
bea88313c0
|
@ -1411,6 +1411,10 @@ enum MessageType{
|
|||
|
||||
|
||||
//探索地图
|
||||
ExplorerXMEventChallengeBeforeRequest = 3050036;
|
||||
ExplorerXMEventChallengeBeforeResponse = 3050037;
|
||||
ExplorerMapEventRequest = 3050038;
|
||||
ExplorerMapEventResponse = 3050039;
|
||||
ExplorerMapInfoRequest = 3050040;
|
||||
ExplorerMapInfoResponse = 3050041;
|
||||
ExplorerMapPlayerInfoRequest = 3050042;
|
||||
|
@ -1421,6 +1425,7 @@ enum MessageType{
|
|||
ExplorerMapRewardResponse = 3050047;
|
||||
ExplorerMapIndicationResponse = 3050048;
|
||||
|
||||
|
||||
|
||||
//森罗幻境自动挂机奖励展示
|
||||
TowerGetRewardInfoShowRequest = 3050050;
|
||||
|
|
|
@ -1088,6 +1088,26 @@ import "CommonProto.proto";
|
|||
message ExplorerMapIndicationResponse{
|
||||
optional ExplorerMapInfo exploreInfo = 1;//探索地图信息
|
||||
}
|
||||
|
||||
//探索事件
|
||||
message ExplorerMapEventRequest{
|
||||
optional int32 id = 1 ;
|
||||
}
|
||||
message ExplorerMapEventResponse{
|
||||
optional FightData fightData =1; // 战斗数据
|
||||
optional int32 fightResult = 2 ;// 战斗结果
|
||||
optional Drop drop = 3;
|
||||
}
|
||||
|
||||
//探索心魔事件前对手面板数据
|
||||
message ExplorerXMEventChallengeBeforeRequest{
|
||||
|
||||
}
|
||||
message ExplorerXMEventChallengeBeforeResponse{
|
||||
//optional TeamOneInfo myTeamInfo = 1;//己方面板数据
|
||||
optional TeamOneInfo defTeamInfo = 1;//对方面板数据
|
||||
}
|
||||
|
||||
|
||||
// 浮生门
|
||||
message HomeInfoRequest{
|
||||
|
|
Loading…
Reference in New Issue