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{