轩辕宝镜协议

master_huanxiang
lvxinran 2020-08-07 16:45:01 +08:00
parent fe99762cac
commit 09e57f804a
3 changed files with 21 additions and 2 deletions

View File

@ -821,4 +821,8 @@ option optimize_for = SPEED;
optional int32 heroId = 1;
optional int32 maxStar = 2;
}
message SituationInfo {
optional int32 id = 1;
optional int32 overTime = 2;
}

View File

@ -352,4 +352,14 @@ import "CommonProto.proto";
optional Drop drop = 2;//
optional int32 resultId = 3;//idid-1
}
message GetAllSituationInfoResponse{
repeated SituationInfo infos = 1;//id
repeated int32 passId = 2;//id
}
message SituationChallengeRequest{
optional int32 id = 1;//id
optional int32 type = 2;//1 2
}
message SituationChallengeResponse{
optional Drop drop = 1;
}

View File

@ -775,7 +775,12 @@ enum MessageType{
SOUL_MERGE_REQUEST = 11839; //
SOUL_MERGE_RESPONSE = 11840;
SITUATION_INFO_GET_REQUEST = 11841;//
SITUATION_INFO_GET_RESPONSE = 11842;
SITUATION_CHALLENGE_REQUEST = 11843;//
SITUATION_CHALLENGE_RESPONSE
// T 11900
TRIGGER_EVENT_REQUEST = 11900; //
TRIGGER_EVENT_RESPONSE = 11901;