From eed27144f8d9443576944b3bb3fbdfe7fe0c3dad Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 16 Apr 2020 14:11:44 +0800 Subject: [PATCH] fight position --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index a62b380..e399f93 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -105,6 +105,7 @@ option optimize_for = SPEED; optional string unitId = 1;//单位静态id 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; // 位置 }