From fbd47680bee5c602cfd972b54de6ea2c87685b45 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 11 Mar 2024 15:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=BA=BF=E5=B0=8F=E5=85=B5=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index d8fb124..b8944df 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -497,5 +497,6 @@ import "CommonProto.proto"; } message SoldierFightCheckResponse{ optional int32 result = 1;//战斗结果 + optional Drop drop = 2;//通关奖励 }