队伍展示紫府神印
parent
e00ec6b8c3
commit
6409f76fe8
|
@ -105,7 +105,6 @@ option optimize_for = SPEED;
|
|||
repeated string jewels = 14;//宝器
|
||||
optional int32 createtype = 15;//创建类型 1猎妖援助
|
||||
optional int32 changeId = 16;//置换模板id 默认0
|
||||
repeated int32 sealIdList = 17;//紫府神印id列表
|
||||
}
|
||||
|
||||
message PokemonInfo{
|
||||
|
@ -636,6 +635,12 @@ option optimize_for = SPEED;
|
|||
optional int32 days = 1; //签到的天数
|
||||
optional int32 state = 2;//今日是否领取
|
||||
}
|
||||
|
||||
message PurpleSealShowInfo{
|
||||
optional int32 id = 1;
|
||||
optional int32 type = 2;
|
||||
optional int32 heroTId = 3;
|
||||
}
|
||||
|
||||
message TeamSimpleInfo{
|
||||
optional string heroid = 1;
|
||||
|
@ -651,7 +656,7 @@ option optimize_for = SPEED;
|
|||
repeated TeamSimpleInfo PokemonInfos = 2;
|
||||
optional int32 totalForce=3;
|
||||
repeated int64 remainHp = 4;//剩余血量百分比
|
||||
repeated int32 sealIdList = 5;//紫府神印id列表
|
||||
repeated PurpleSealShowInfo sealShow = 5;//紫府神印
|
||||
}
|
||||
//第一编队信息
|
||||
message TeamOneInfo{
|
||||
|
|
Loading…
Reference in New Issue