灵兽相关

master_huanxiang
lvxinran 2020-10-22 11:40:58 +08:00
parent b8b24da2b8
commit 388a477b88
2 changed files with 22 additions and 3 deletions

View File

@ -157,6 +157,19 @@ import "CommonProto.proto";
optional string pokemonId = 1; //id
repeated string consumePokemonIds = 2;//
}
message PokemonBackRequest{ //
optional string pokemonId = 1; //id
}
message PokemonBackResponse{
optional Drop drop = 1;
}
message PokemonFreeRequest{ //
optional string pokemonId = 1; //id
}
message PokemonFreeResponse{
optional Drop drop = 1;
}
message RingFireLoadRequest{//
optional int32 pokemonId =1;//id

View File

@ -663,10 +663,10 @@ enum MessageType{
NEXT_ACTIVITY_RESPONSE = 11302;
// O 11400
// P 11500
POKEMON_COMONPENT_LEVELUP_REQUEST = 11500; //
POKEMON_COMONPENT_LEVELUP_REQUEST = 11500; //
POKEMON_COMONPENT_LEVELUP_RESPONSE = 11501;
POKEMON_ADVANCED_REQUEST = 11502; //
POKEMON_ADVANCED_REQUEST = 11502; //
POKEMON_ADVANCED_RESPONSE = 11503;
PLAYER_BACKCINFO_INDICATION = 11504;//
@ -675,9 +675,15 @@ enum MessageType{
PLAY_WITH_SB_RESPONSE = 11506;
PRIVILLEGE_ADD_INDICATION = 11507;//
POKEMON_REPLACE_REQUEST = 11508; //
POKEMON_REPLACE_REQUEST = 11508; //
POKEMON_REPLACE_RESPONSE = 11509;
POKEMON_BACK_REQUEST = 11510; //
POKEMON_BACK_RESPONSE = 11511;
POKEMON_FREE_REQUEST = 11512; //
POKEMON_FREE_RESPONSE = 11513;
// Q 11600
QUESTION_INDICATION = 11600;//
QUICK_START_MONSTERFIGHTER_REQUEST = 11601;//