神魂协议修改

master_huanxiang
yuanshuai 2021-10-25 10:27:37 +08:00
parent fd69df13e9
commit 6601976474
1 changed files with 2 additions and 2 deletions

View File

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