添加射击偏移量
This commit is contained in:
parent
80551558bc
commit
493429279a
@ -535,6 +535,9 @@ message MFActivePlayerData
|
||||
repeated MFBodyState states = 27; //角色状态
|
||||
|
||||
repeated MFSkill skill_list = 28; //技能列表
|
||||
|
||||
optional float shoot_offset_x = 50 [default = 0]; //射击偏移量-x
|
||||
optional float shoot_offset_y = 51 [default = 0]; //射击偏移量-y
|
||||
}
|
||||
|
||||
//毒圈数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user