From ad893797686a69e51dcbe754bbab9a8d311061af Mon Sep 17 00:00:00 2001 From: duhui Date: Thu, 15 Apr 2021 17:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=94=A8=E7=A5=AD=E5=93=81=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 52b3d80..ec947fa 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -55,7 +55,6 @@ import "CommonProto.proto"; message ConsumeItem{ optional int32 type = 1;// 类型,1:英雄,2:道具 optional string itemId = 2;//物品id或英雄id - optional int32 itemNum = 3;//物品数量 } message ConsumeMaterial{