diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 27c9c6c..6190cd5 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -594,4 +594,9 @@ import "CommonProto.proto"; optional int32 duration = 3;//挂机时长 repeated AdventureBossSimpleInfo adventureBossSimpleInfo =4; } + //快速购买孙龙宝藏等级 + message QuickBuyTreasureLevelRequest{ + optional int32 level = 1;//最终升到的等级 + } + \ No newline at end of file