获取天赋异妖信息

master_huanxiang
wangyuan 2019-06-12 20:13:55 +08:00
parent 601ce8c466
commit 0b56484e50
3 changed files with 15 additions and 0 deletions

View File

@ -189,6 +189,13 @@ option optimize_for = SPEED;
optional int32 stage =2; //
repeated Pokemoncomonpent pokemoncomonpent =3; //
}
message RingFireInfo{
optional int32 id = 1; //id
optional int32 stage =2; //
repeated int32 comonpentId=3; //id
}
message WorkShopBaseInfo{
optional int32 type =1; // 1: 2
optional int32 levle =2 ;

View File

@ -103,4 +103,9 @@ import "CommonProto.proto";
optional int32 pokemonId = 1; //id
}
message GetAllRingFireResponse{
repeated RingFireInfo ringFireInfo =1;
}

View File

@ -169,6 +169,9 @@ enum MessageType{
GET_FRIEND_INFO_REQUEST = 16638; //
GET_FRIEND_INFO_REPONSE = 16639;
GET_RINGFIRE_INFO_REQUEST = 16640;//
GET_RINGFIRE_INFO_RESPONSE = 16641;
// H 10700
HERO_RAND_REQQUEST = 10701;
HERO_RAND_RESPONSE = 10702;