From 0e209cc664af3b51aaf6ba5bf16f21ba9c298732 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 12 Jun 2021 11:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=85=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index f6a7459..11ff72f 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -40,6 +40,7 @@ import "CommonProto.proto"; message HeroRandResponse{ optional Drop drop =1 ; optional Drop extraBox = 2 ;//宝箱奖励 + optional int32 mustCount = 3;//剩余必出次数 }