灵脉秘境
parent
0527b1590d
commit
3670be7393
|
|
@ -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; // 战斗数据
|
||||
|
|
|
|||
Loading…
Reference in New Issue