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 代表功能已关闭 }