神魂相关协议提交
parent
7288e92a2e
commit
fd69df13e9
|
|
@ -87,6 +87,18 @@ option optimize_for = SPEED;
|
|||
}
|
||||
|
||||
|
||||
///神魂绑定数据
|
||||
message HeroGodSoulInfo{
|
||||
optional int32 level = 1;//神魂等级
|
||||
repeated string heros = 2;//当前等级绑定的神将
|
||||
}
|
||||
|
||||
//神魂被绑定(反绑)数据
|
||||
message HeroBeBindGodSoulInfo{
|
||||
optional int32 level = 1;//神魂等级
|
||||
optional string heroId = 2;//当前等级绑定的神将
|
||||
}
|
||||
|
||||
message Hero{
|
||||
optional string id = 1;
|
||||
optional int32 heroId = 2;
|
||||
|
|
@ -1102,17 +1114,7 @@ option optimize_for = SPEED;
|
|||
optional int32 likableNum = 2;//好感度值
|
||||
}
|
||||
|
||||
///神魂绑定数据
|
||||
message HeroGodSoulInfo{
|
||||
optional int32 level = 1;//神魂等级
|
||||
repeated string heros = 2;//当前等级绑定的神将
|
||||
}
|
||||
|
||||
//神魂被绑定(反绑)数据
|
||||
message HeroBeBindGodSoulInfo{
|
||||
optional int32 level = 1;//神魂等级
|
||||
optional string heroId = 2;//当前等级绑定的神将
|
||||
}
|
||||
|
||||
|
||||
// 御剑飞行,人物信息
|
||||
message ModelUserInfo{
|
||||
|
|
|
|||
Loading…
Reference in New Issue