5点重置试炼副本

master_huanxiang
lvxinran 2019-07-19 17:39:58 +08:00
parent 8df7f5a45e
commit 1199066ea0
3 changed files with 17 additions and 1 deletions

View File

@ -463,3 +463,17 @@ option optimize_for = SPEED;
optional SceneInfo sceneInfo =1 ;//
}
message blessReward{
//
optional int32 locationId = 1;
optional int32 state = 2;
optional int32 num =3;
optional int32 itemId = 4;
}
//5
message fiveResetTowerInfo{
optional int32 tower = 1;//
optional int32 intoType = 2;//
}

View File

@ -365,6 +365,8 @@ enum MessageType{
SCENE_COMMAND_REQUEST = 11823; //
SCENE_COMMAND_RESPONSE = 11824;
SERVER_ZERO_REQUEST = 11825; //12
// T 11900
TRIGGER_EVENT_REQUEST = 11900; //
@ -436,5 +438,4 @@ enum MessageType{
// X 12300
// Y 12400
// Z 12500
}

View File

@ -340,6 +340,7 @@ import "CommonProto.proto";
repeated Privilege privilege =2 ; //使
repeated ActivityInfo activityInfo =3;//
repeated UserMissionInfo userMissionInfo =4;//( )
optional fiveResetTowerInfo fiveResetTowerInfo = 5;//
}
message GetMissionResponse{