...
parent
fc9fc83e2e
commit
8096e988c2
|
|
@ -99,6 +99,12 @@ option optimize_for = SPEED;
|
|||
optional string heroId = 2;//当前等级绑定的神将
|
||||
}
|
||||
|
||||
// 家园装备强化信息
|
||||
message EquipIntensifyInfo{
|
||||
optional int32 location = 1;//装备位置,看equipConfig表
|
||||
optional int32 strongLv = 2;//等级
|
||||
}
|
||||
|
||||
message Hero{
|
||||
optional string id = 1;
|
||||
optional int32 heroId = 2;
|
||||
|
|
@ -1249,11 +1255,7 @@ option optimize_for = SPEED;
|
|||
optional int32 endTime = 2;//探索结束时间
|
||||
optional int32 heroTid = 3;//英雄模板id,0为未探索状态
|
||||
}
|
||||
// 家园装备强化信息
|
||||
message EquipIntensifyInfo{
|
||||
optional int32 location = 1;//装备位置,看equipConfig表
|
||||
optional int32 strongLv = 2;//等级
|
||||
}
|
||||
|
||||
//键值对 key-val
|
||||
message CommKeyVal{
|
||||
optional int32 key = 1; //键
|
||||
|
|
|
|||
Loading…
Reference in New Issue