神魂协议提交

master_huanxiang
yuanshuai 2021-09-30 11:49:55 +08:00
parent 9246816aca
commit fd51fcd89c
2 changed files with 15 additions and 2 deletions

View File

@ -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;//
}

View File

@ -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;