fix
parent
284cfa6fab
commit
7ea1b9478c
|
|
@ -21,6 +21,13 @@ import "CommonProto.proto";
|
|||
optional int32 lastFeteGuildId =14 ; // 上次祭祀公会id
|
||||
optional int32 lastFeteType =15 ; // 上次祭祀类型 //每日清除 5点推送
|
||||
}
|
||||
|
||||
|
||||
message CarDelayProgressIndication{
|
||||
optional int32 progress = 1; //阶段 -1:未开 1 : 挑战 2:抢夺
|
||||
optional int32 endTime = 2; //结束时间
|
||||
optional int32 bossIndexId = 3; //boss索引id
|
||||
}
|
||||
|
||||
|
||||
message FamilyLogInfo{
|
||||
|
|
@ -375,13 +382,6 @@ import "CommonProto.proto";
|
|||
optional Drop drop = 1;
|
||||
}
|
||||
|
||||
|
||||
message CarDelayProgressIndication{
|
||||
optional int32 progress = 1; //阶段 -1:未开 1 : 挑战 2:抢夺
|
||||
optional int32 endTime = 2; //结束时间
|
||||
optional int32 bossIndexId = 3; //boss索引id
|
||||
}
|
||||
|
||||
message GetCarChallenegListResponse{
|
||||
repeated RankInfo rankInfo = 1;
|
||||
optional int32 myRank = 2; //我的排名
|
||||
|
|
|
|||
Loading…
Reference in New Issue