From ada3a9bb35fb6710c3c755762233144461aa0c97 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Oct 2019 13:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=8D=E6=B4=BB=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/tools/protobuild/cs_msgid.proto | 1 + server/tools/protobuild/cs_proto.proto | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/server/tools/protobuild/cs_msgid.proto b/server/tools/protobuild/cs_msgid.proto index 44367f4..810f7ee 100644 --- a/server/tools/protobuild/cs_msgid.proto +++ b/server/tools/protobuild/cs_msgid.proto @@ -12,6 +12,7 @@ enum CMMessageId_e _CMGameOver = 207; _CMWatchWar = 208; _CMLeave = 209; + _CMRevive = 210; } enum SMMessageId_e diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index afd516f..1ff0628 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -196,6 +196,10 @@ message MFPlayerFull optional int32 emoji1 = 25; //表情1 optional int32 emoji2 = 26; //表情2 optional int32 parachute = 27; //降落伞 + + optional bool can_revive = 30; //是否可复活 + optional int32 revive_countdown = 31; //复活倒计时 + optional string killer_name = 32; //杀手名称 } //阻挡物-部分 @@ -723,6 +727,12 @@ message CMLeave } +//复活死亡后15秒内,如果超过15秒服务器发SMGameOver +message CMRevive +{ + +} + //endcmmsg //观战error_code == 0 时关闭结算界面,回到战斗界面