神魂协议提交
parent
9246816aca
commit
fd51fcd89c
|
@ -107,6 +107,8 @@ option optimize_for = SPEED;
|
|||
repeated string jewels = 14;//宝器
|
||||
optional int32 createtype = 15;//创建类型 1猎妖援助
|
||||
optional int32 changeId = 16;//置换模板id 默认0
|
||||
repeated HeroGodSoulInfo godSoulList=17;//神魂绑定数据
|
||||
repeated HeroBeBindGodSoulInfo godSoulBeBindList=18;//神魂反绑数据
|
||||
}
|
||||
|
||||
message PokemonInfo{
|
||||
|
@ -1096,4 +1098,14 @@ option optimize_for = SPEED;
|
|||
optional int32 heroStaticid = 1;//英雄静态id
|
||||
optional int32 likableNum = 2;//好感度值
|
||||
}
|
||||
|
||||
///神魂绑定数据
|
||||
message HeroGodSoulInfo{
|
||||
optional int32 level = 1;//神魂等级
|
||||
repeated string heros = 2;//当前等级绑定的神将
|
||||
}
|
||||
|
||||
//神魂被绑定(反绑)数据
|
||||
message HeroBeBindGodSoulInfo{
|
||||
optional int32 level = 1;//神魂等级
|
||||
optional string heroId = 2;//当前等级绑定的神将
|
||||
}
|
|
@ -1113,7 +1113,8 @@ enum MessageType{
|
|||
GET_LIKABLE_DATA_REQUEST = 20207;//获取英雄好感度数据请求
|
||||
GET_LIKABLE_DATA_RESPONSE = 20208;
|
||||
|
||||
|
||||
HERO_GOD_SOUL_BIND_REQUEST = 20209;//神将绑定神魂请求
|
||||
HERO_GOD_SOUL_BIND_RESPONSE = 20210;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue