背包已满提示,灵兽分页请求
parent
2fad3c176d
commit
5946da312a
|
@ -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; // 异妖编队
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue