灵兽升级

master_huanxiang
lvxinran 2020-10-19 17:41:41 +08:00
parent f90745123d
commit 20af01918f
1 changed files with 7 additions and 3 deletions

View File

@ -138,9 +138,13 @@ import "CommonProto.proto";
repeated PokemonInfo pokemonInfo =1;
}
message PokenmonUpLevelRequest{//
optional int32 pokemonId =1;//id
optional int32 comonpentId =2; // id
message PokenmonUpLevelRequest{//
optional string pokemonId =1;//id
optional int32 level =2; //
}
message PokenmonUpLevelResponse{
optional int32 level = 1;
}
message PokemonAdvancedRequest{ //