diff options
| -rwxr-xr-x | azalea-protocol/src/packets/game/serverbound_use_item_packet.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs b/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs index 7fcab5dd..3129244a 100755 --- a/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs +++ b/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs @@ -7,4 +7,6 @@ pub struct ServerboundUseItemPacket { pub hand: InteractionHand, #[var] pub sequence: u32, + pub yaw: f32, + pub pitch: f32, } |
