From 6fd8d02fb11b417ac6e363e673b0054a4180070b Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Wed, 17 Apr 2019 19:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9repeated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index a7798df..65b2ce8 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -131,5 +131,5 @@ import "CommonProto.proto"; } message MapSweepResponse{ // 奖励 - optional Drop drop = 1; + repeated Drop drop = 1; } \ No newline at end of file