灵兽协议

master_huanxiang
lvxinran 2020-10-19 16:01:07 +08:00
parent 97d55b0101
commit f90745123d
1 changed files with 5 additions and 3 deletions

View File

@ -175,6 +175,7 @@ option optimize_for = SPEED;
repeated Equip equipId = 2;
repeated Hero Hero = 3;
repeated Equip soulEquip =4;//4
repeated PokemonInfo pokemon =5;//
}
message GMCommand{
@ -203,9 +204,10 @@ option optimize_for = SPEED;
}
message PokemonInfo{
optional int32 id = 1; //id
optional int32 stage =2; //
repeated Pokemoncomonpent pokemoncomonpent =3; //
optional int32 tempId = 1; //id
optional string id = 2;
optional int32 level = 3;
optional int32 star = 4;
}
message RingFireInfo{