From 6546bd65c67d5808f1aa591d825d095f3540dac0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 17 Mar 2021 17:26:22 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index a006494..aa8cfca 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -783,6 +783,7 @@ message CMJoin repeated MFTeamMember team_members = 51; //包括自己 optional int32 room_mode = 52; //0:吃鸡模式 1:僵尸模式 optional int32 mapid = 53; //地图id 0:随机地图 + repeated MFPair skill_list = 54; //技能列表 key:技能id value:预留给之后扩展,目前传0就行 optional string user_data = 60 [default = ""]; //用户自定义数据 } @@ -830,6 +831,7 @@ message CMMove optional bool aiming = 2; //是否瞄准中 optional bool use_skill = 29; //使用技能 + optional int32 skill_id = 37; //技能id optional int32 skill_target_id = 21; //技能目标(单体攻击) optional MFVec2 skill_dir = 34; //技能方向 optional float skill_param1 = 35; //辅助参数