From 195f28b08082f6b8d7f43166763071e3005f2651 Mon Sep 17 00:00:00 2001 From: jiahuiwen Date: Tue, 19 Oct 2021 15:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=B1=B1=E6=B2=B3?= =?UTF-8?q?=E7=A4=BE=E7=A8=B7=E5=9B=BE=20=E6=AF=8F=E6=97=A5=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E5=A5=96=E5=8A=B1=20resopnse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 8e03ff3..b35d026 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -946,6 +946,10 @@ import "CommonProto.proto"; message HardStageReportResponse{ repeated HardStagePlayerInfo player = 1; } + // 山河社稷图 每日领取奖励 + message HardStageDailyRewardResponse{ + optional Drop drop = 1; + } //特权等级奖励状态 message VipLevelStateRequset{ }