探索事件

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;
@ -1422,6 +1426,7 @@ enum MessageType{
ExplorerMapIndicationResponse = 3050048;
//
TowerGetRewardInfoShowRequest = 3050050;
TowerGetRewardInfoShowResponse = 3050051;

View File

@ -1089,6 +1089,26 @@ import "CommonProto.proto";
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{
}