From 031b09cd7e57f1cf3fbf30165d5ba2910acf3fc5 Mon Sep 17 00:00:00 2001 From: jiahuiwen Date: Fri, 8 Oct 2021 11:24:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E5=8D=87=E7=BA=A7=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=81=93=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 4f74ebf..6089767 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -539,7 +539,8 @@ import "CommonProto.proto"; message UpdateUserExpIndicaiton{ optional int32 level = 1 ;// 玩家等级 - optional int64 exp =2 ; // 玩家经验 + optional int64 exp = 2 ; // 玩家经验 + optional Drop drop = 3; // 玩家升级给的道具 }