From 3bf9f47ac4593004c70e615f74ed2549488c0912 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Tue, 7 Dec 2021 15:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 7f7a519..1d882fd 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -506,7 +506,7 @@ import "CommonProto.proto"; optional int32 gridId = 2;//当前选择命格id 这个值大于0说明在命格界面操作 否则是在背包操作 optional int32 gridIndex = 3;//当前命格内索引 optional int32 curGemId = 4;//当前选择命石id - repeated LifeStoneInfo costStoneList = 5;//消耗命石列表 + optional int32 selectNum = 5;//批量时选择消耗数量 } //当前命石已装备的情况返回命格数据