神魂协议修改
parent
fd69df13e9
commit
6601976474
|
|
@ -98,7 +98,7 @@ option optimize_for = SPEED;
|
|||
optional int32 level = 1;//神魂等级
|
||||
optional string heroId = 2;//当前等级绑定的神将
|
||||
}
|
||||
|
||||
|
||||
message Hero{
|
||||
optional string id = 1;
|
||||
optional int32 heroId = 2;
|
||||
|
|
@ -119,7 +119,7 @@ option optimize_for = SPEED;
|
|||
optional int32 createtype = 15;//创建类型 1猎妖援助
|
||||
optional int32 changeId = 16;//置换模板id 默认0
|
||||
repeated HeroGodSoulInfo godSoulList=17;//神魂绑定数据
|
||||
repeated HeroBeBindGodSoulInfo godSoulBeBindList=18;//神魂反绑数据
|
||||
optional int32 godSoulLv=18;//神将神魂等级
|
||||
}
|
||||
|
||||
message PokemonInfo{
|
||||
|
|
|
|||
Loading…
Reference in New Issue