From c0fbf5bbce88a633d4efb2798b01cacf36a023b5 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Fri, 28 Jul 2023 16:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index ce64262..c10be81 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -543,10 +543,18 @@ message TakeSenvenScoreRewardResponse{ optional Drop drop = 1; } + message UpdateStateRequest{ optional int32 type = 1; // 类型信息 1 : 七日狂欢领取活动 } +message UpdateUserExpIndicaiton{ + optional int32 level = 1 ;// 玩家等级 + optional int64 exp = 2 ; // 玩家经验 + optional Drop drop = 3; // 玩家升级给的道具 +} + + message UpdateSecretBoxSeasonIndication{ optional int32 newSeasonId = 1 ;// 新的赛季id id=0 代表功能已关闭 }