1
This commit is contained in:
parent
f6f7b78edf
commit
6546bd65c6
@ -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; //辅助参数
|
||||
|
Loading…
x
Reference in New Issue
Block a user