添加射击偏移量

This commit is contained in:
aozhiwei 2021-05-06 11:52:38 +08:00
parent 80551558bc
commit 493429279a

View File

@ -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
}
//