From e19ee99c8cbd1d12b604e2899450ab458ebf17c2 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Mon, 20 Nov 2023 14:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E8=AE=AD=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 690c25c..920d344 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -681,7 +681,7 @@ message TrainingResponse{ optional TrainingArchitectureInfo info = 2;//建筑属性 } -// 特训解锁技能, 返回结构用TrainingUpLvResponse +// 特训解锁技能 message TrainingUnlockSkillRequest { optional string heroId = 1;//英雄唯一id optional int32 unlockId = 2;//解锁技能列id,表train @@ -692,6 +692,11 @@ message TrainingUnlockSkillRequest { optional Item playerGifts = 7;// 消耗的主角礼物道具列表 } +message TrainingUnlockSkillResponse{ + optional HeroTraining training = 1;//英雄特训信息 + optional Drop drop = 2;//英雄消耗返还物品掉落 +} + // 特训激活下一级 message TrainingUpLvRequest{ optional string heroId = 1;//英雄唯一id