From 3670be7393151209a20fd9d72ddd8ff9a5e1f041 Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Thu, 18 Nov 2021 13:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=B5=E8=84=89=E7=A7=98=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 7d064be..d34ae1f 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -232,10 +232,13 @@ import "CommonProto.proto"; optional int32 myOccupyTime =3 ;//自己占领的灵脉id的时间 optional int32 remainChangeTimes = 4 ;//剩余挑战次数 repeated ArenaPersonInfo lingmaiData = 5;//当前页的灵脉数据 + optional int32 timePoint =6 ;// 下一阶段的时间戳 } //灵脉秘境挑战 message CrossLingmaiSecretAreaRequest{ optional int32 id =1 ;//灵脉id + optional int32 privilageTypeId = 2;//特权id + } message CrossLingmaiSecretAreaResponse{ optional FightData fightData =1; // 战斗数据