5点重置试炼副本
parent
8df7f5a45e
commit
1199066ea0
|
|
@ -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;//可进入标识
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue