From dcc17dbcf4f3eff63d50bcfdb27723b4a562ee6e Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 19 Aug 2019 11:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E6=88=98=E8=A1=80=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 76507ca..5eb3bd4 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -537,6 +537,7 @@ option optimize_for = SPEED; optional Team team = 1; repeated int32 PokemonInfos = 2; optional int32 totalForce=3; + repeated int32 remainHp = 4;//剩余血量百分比 } //第一编队信息 @@ -547,4 +548,4 @@ option optimize_for = SPEED; optional int32 head =4; optional int32 headFrame = 5; optional TeamOneTeamInfo team = 6; - } + } \ No newline at end of file