From d3e076e85077c135419ffba3be7c34e080a69da2 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 12 Sep 2019 17:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=9F=E6=95=B0=E6=B7=BB=E5=8A=A0?= 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 b16f06d..06458ff 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -238,6 +238,7 @@ import "CommonProto.proto"; optional string name = 2; optional int32 level = 3; optional int32 pictureId = 4; + optional int32 totalStar = 5; } //公会战阶段信息 message FamilyFightRoundResponse{