1
This commit is contained in:
parent
3f5d6baad9
commit
4259ee8e9c
@ -1570,6 +1570,7 @@ message CMJoin
|
||||
optional string session_id = 20; //session_id
|
||||
optional string team_uuid = 2; //队伍唯一id
|
||||
optional string payload_data = 75; //透传数据
|
||||
optional int32 is_client_move = 76; //是否支持客户端移动
|
||||
}
|
||||
|
||||
//战前阶段设置为已准备
|
||||
@ -1657,6 +1658,7 @@ message CMMove
|
||||
optional MFVec3 shot_client_pos = 47; //射击时客户端位置
|
||||
|
||||
optional int32 skill_hold = 50; //一直按着技能键,松开时传0(技能id)
|
||||
optional MFVec3 move_target_pos = 51; //移动-目标(位置)
|
||||
}
|
||||
|
||||
//立刻消息
|
||||
|
Loading…
x
Reference in New Issue
Block a user