From bc9b7a921dd4d58e40f0dbb156e5c71970648e5a Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Mon, 1 Jun 2020 15:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E5=8D=95=E5=85=83=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=8B=B1=E9=9B=84=E6=98=9F=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 398e0e0..4492266 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -108,6 +108,7 @@ option optimize_for = SPEED; optional string unitSkillIds = 2;//点技#滑技#被动技能1#被动技能2#被动技能3.... optional string property = 3;//1#2390#2390#169#271#95#176#0#0#0.3#0.15#0.3#1.5#1#0.05#0#0#0#0#0#0.05#0#0#0#0#0 optional int32 position = 4; // 位置 + optional int32 star = 5; // 星级 }