diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 45a4c6b..c819f23 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -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 + } + diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index a16eec7..1475518 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -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; // 通用成功回复