From 4a00a69b48b04cecf2a189840946d1f0c1c5bb9b Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Thu, 21 Apr 2022 18:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E5=A4=96=E5=8C=96=E8=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 9 +++++++++ protos/MessageTypeProto.proto | 2 ++ 2 files changed, 11 insertions(+) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 5955005..4391d87 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -523,6 +523,15 @@ import "CommonProto.proto"; message TransformationUpGradeResponse{ optional TransformationCardInfo info = 1;//化身信息 } + //化身之力升级 + message TransformationForceUpRequest{ + optional int32 id = 1;//当前id + + } + message TransformationForceUpResponse{ + optional int32 id = 1;//当前id + } + //命石合成升级 message LifeStoneUpRequest{ diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 54b80b7..d05f7d3 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1381,6 +1381,8 @@ enum MessageType{ UpOrDownTransformationRequest = 3050022; TransformationUpGradeRequest = 3050025; TransformationUpGradeResponse = 3050026; + TransformationForceUpRequest = 3050027; + TransformationForceUpResponse = 3050028; // 购买道具礼包(妖晶)