From 00c63ca7ddfe2c6c786f49b76a33b59d709f57f3 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 12 Jun 2019 19:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E8=B5=8B=E5=BC=82=E5=A6=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 9 +++++++++ protos/MessageTypeProto.proto | 6 ++++++ 2 files changed, 15 insertions(+) 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; // 通用成功回复