From 5e55354835f344654c8b6bfe53e04562833ec407 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Fri, 18 Mar 2022 14:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E6=96=B0=E5=A2=9E=E9=98=B5?= =?UTF-8?q?=E8=90=A5=E5=AD=97=E6=AE=B5?= 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 5ddeab9..407fef6 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -142,6 +142,7 @@ option optimize_for = SPEED; optional int64 forceScore = 8;//历史最高战斗力 optional int32 playerSex=9;//用户性别(为了主角技能施法展示) optional int32 godSoulLv=10;//神魂等级 + optional int32 propertyId=11;//阵营(人,佛,妖,道) }