From e11cdac2721362214fcd83feb1dd315392c6c34d Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Tue, 7 Dec 2021 14:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E6=A0=BC=E5=8D=8F=E8=AE=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index b48d1b8..7f7a519 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -511,9 +511,7 @@ import "CommonProto.proto"; //当前命石已装备的情况返回命格数据 message LifeStoneUpResponse{ - optional int32 gridId = 1;//命格id - optional int32 gridIndex = 2;//命格索引 - optional int32 itemId = 3;//命石id + optional LifeGridInfo lifeGridInfo = 1;//命格信息 } //命格穿戴/卸下 @@ -526,9 +524,7 @@ import "CommonProto.proto"; //返回命格数据 message LifeGridChangeResponse{ - optional int32 gridId = 1;//命格id - optional int32 gridIndex = 2;//命格索引 - optional int32 itemId = 3;//命石id + optional LifeGridInfo lifeGridInfo = 1;//命格信息 }