From de2d2a0e2ad1545301fb8f0eedcd77237ddece25 Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 31 May 2021 15:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=8C:=E5=90=8D=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/Family.proto b/protos/Family.proto index a0b586d..aed38c5 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -64,6 +64,7 @@ import "CommonProto.proto"; optional int32 level = 6; optional int32 foreces = 7; // 灵魂力 optional int32 head = 8;//玩家头像 + optional int32 practiceLevel = 9;//修行等级 }