From e9a0e5b0983d29568924475d5d590dfe1e5b1b12 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 20 Apr 2024 10:41:50 +0800 Subject: [PATCH] 1 --- server/matchserver/proto/cs_proto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/server/matchserver/proto/cs_proto.proto b/server/matchserver/proto/cs_proto.proto index f4b6d89d..87f7c24d 100644 --- a/server/matchserver/proto/cs_proto.proto +++ b/server/matchserver/proto/cs_proto.proto @@ -136,6 +136,7 @@ message MFTeamMember optional int64 total_lucky = 12; //英雄的 lucky 字段的总和 optional int32 valid_lefttime = 13; //最大有效时间 optional int32 admission_item_num = 14; //门票数 + optional int32 battling = 15; //是否战斗中 } //队伍信息