From 43f1b0d5d9875cdb95b180dcd3163036d8ee03f1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 1 Mar 2021 17:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8A=E8=BD=A6=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_proto.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 9e095ba9..c29f074f 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -816,6 +816,11 @@ message CMMove optional bool jump = 32; //跳伞 optional bool get_down = 33; //下车 + /*上车 + loot的uniid或者队友的uniid + 注意:当客户端同时发了下车和上车的时候服务器只处理上车,忽略下车 + */ + optional int32 get_on = 36; } //丢弃道具