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