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; // 战斗数据