玩家升级增加道具

master_huanxiang
jiahuiwen 2021-10-08 11:24:47 +08:00
parent 9246816aca
commit 031b09cd7e
1 changed files with 2 additions and 1 deletions

View File

@ -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; //
}