From fdc126b7d7fc24b68e8d73d2e41f1d38ca5f5665 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 26 Aug 2019 12:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E6=88=98=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index 844c29d..faa31b0 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -279,6 +279,8 @@ import "CommonProto.proto"; optional int32 getExp = 1; repeated int32 star = 2;//1、2、3我方获得 4、5、6我方失去 repeated int32 extraStar = 3; + optional int32 level = 4; + optional int32 curExp = 5; } //战斗后星数indication message DefeatResponse{