From ade0fbdf3220f8e0e14f3571e552337e676139f4 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Tue, 29 Aug 2023 18:02:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9D=E7=9F=B3=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 6e80cd5..ef9303f 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -217,6 +217,12 @@ option optimize_for = SPEED; optional int32 point = 5; } + // 属性 + message Attribute{ + optional int32 id = 1; + optional int32 value = 2; + } + // 命格新 message GemNew{ optional int32 id = 1; @@ -1342,10 +1348,4 @@ option optimize_for = SPEED; optional string name = 2; optional int64 endTime = 3; repeated GmSingleGift missions = 4; - } - - // 属性 - message Attribute{ - optional int32 id = 1; - optional int32 value = 2; } \ No newline at end of file