添加手雷烟雾弹协议

This commit is contained in:
aozhiwei 2019-04-03 14:35:03 +08:00
parent 870c4f5de6
commit ce2d604f9c

View File

@ -432,6 +432,7 @@ message MFBullet
optional int32 reflect_count = 8;
optional int32 reflect_objid = 9;
optional int32 gun_id = 10; //id
optional float fly_distance = 11; //
}
//
@ -448,6 +449,7 @@ message MFExplosion
{
optional int32 item_id = 1; //id
optional MFVector2D pos = 2; //
optional int32 player_id = 3; //id
}
//
@ -456,6 +458,7 @@ message MFSmoke
optional int32 item_id = 1; //id
optional MFVector2D pos = 2; //
optional float rad = 3; //
optional int32 player_id = 4; //id
}
//
@ -524,9 +527,10 @@ message CMMove
optional MFVector2D move_dir = 24; //-
optional MFVector2D attack_dir = 20; //()
optional bool shot_start = 6; //-
optional bool shot_hold = 7; //-
optional bool shot_start = 6; //-
optional bool shot_hold = 7; //-
optional bool reload = 8; //
optional float fly_distance = 12; //()
optional int32 select_weapon = 10; //()
optional int32 drop_weapon = 11; //