From 20af01918f0803e07158eee5b2492ae972be2af1 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 19 Oct 2020 17:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=B5=E5=85=BD=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index e54b282..c21dbde 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -138,9 +138,13 @@ import "CommonProto.proto"; repeated PokemonInfo pokemonInfo =1; } - message PokenmonUpLevelRequest{//异妖相关 组件放置升级 - optional int32 pokemonId =1;//异妖id - optional int32 comonpentId =2; // 组件id + message PokenmonUpLevelRequest{//灵兽升级 + optional string pokemonId =1;//灵兽id + optional int32 level =2; // 升级到的等级 + } + + message PokenmonUpLevelResponse{ + optional int32 level = 1; } message PokemonAdvancedRequest{ //异妖进阶