背包已满提示,灵兽分页请求

master_huanxiang
lvxinran 2020-11-26 15:20:58 +08:00
parent 2fad3c176d
commit 5946da312a
2 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,10 @@ import "CommonProto.proto";
optional bool isSendFinish =2; //
}
message GetAllPokemonRequest{
optional int32 start = 1;//20
}
message GetAllPokemonResponse{
repeated PokemonInfo pokemonInfo =1;
repeated TeamPokemonInfo teamPokemonInfos = 2; //

View File

@ -405,6 +405,7 @@ import "CommonProto.proto";
message UpdateBagIndication{
optional int32 type =1; // 0 1
repeated Item item =2;
optional int32 isMax = 3;//
}
message ModifyDecorationRequest{