探索事件

master_huanxiang
xuexinpeng 2022-03-18 11:43:54 +08:00
parent 8d9c51d1e2
commit bea88313c0
2 changed files with 25 additions and 0 deletions

View File

@ -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;

View File

@ -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{