From d431836781b3dfae137c9e6b8eab11dd3030b3cc Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sun, 26 Apr 2020 13:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E7=BB=93=E6=9E=9C=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/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index feb7818..0fbf3a8 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -709,6 +709,7 @@ import "CommonProto.proto"; message DailyChallengeResponse{ optional Drop drop = 1; optional FightData fightData = 2; + optional int32 result = 3;//胜为1 败为0 }