From f67ac80f52280a153f92a659262c6c3c7e173036 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 23 Feb 2021 15:00:17 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index b7c24e2..9e095ba 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -527,6 +527,7 @@ message MFTeamData optional bool downed = 7 [default = false]; //是否倒下 optional string name = 8; //名字 optional float max_health = 9; //最大血量 + optional bool riding = 40 [default = false]; //是否倒 下 optional string user_data = 60 [default = ""]; //用户自定义数据(只同步一次) //一下字段只在结算的时候该字段才有内容