From 9afe447f4a32c238228eb04c851bd1a5ded7bd01 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Fri, 24 Nov 2023 16:15:13 +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/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index da9204a..6e419a5 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1380,4 +1380,5 @@ option optimize_for = SPEED; message TrainingUnlockSkillHeroItem{ optional int32 type = 1;//类型 1:英雄 2:道具 optional string id = 2;//英雄或道具id + optional int32 num = 3;//数量,英雄默认为1,道具自定义 } \ No newline at end of file