天赋异妖

master_huanxiang
wangyuan 2019-06-12 19:49:10 +08:00
parent d10fc68937
commit 00c63ca7dd
2 changed files with 15 additions and 0 deletions

View File

@ -94,4 +94,13 @@ import "CommonProto.proto";
optional int32 pokemonId = 1; //id
}
message RingFireLoadRequest{//
optional int32 pokemonId =1;//id
optional int32 comonpentId =2; // id
}
message RingFirAdvanceRequest{ //
optional int32 pokemonId = 1; //id
}

View File

@ -232,6 +232,12 @@ enum MessageType{
RENAME_REQUEST = 11704; //
RENAME_RESPONSE = 11705;
RINGFIRE_LOAD_REQUEST = 11706; //
RINGFIRE_LOAD_RESPONSE = 11707;
RINGFIRE_ADVANCED_REQUEST = 11708; //
RINGFIRE_ADVANCED_RESPONSE = 11709;
// S 11800
SUCCESS_RESPONSE = 11800; //