diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_bundle_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_bundle_packet.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_bundle_packet.rs b/azalea-protocol/src/packets/game/clientbound_bundle_packet.rs deleted file mode 100644 index cad2eca3..00000000 --- a/azalea-protocol/src/packets/game/clientbound_bundle_packet.rs +++ /dev/null @@ -1,5 +0,0 @@ -use azalea_buf::McBuf; -use azalea_protocol_macros::ClientboundGamePacket; - -#[derive(Clone, Debug, McBuf, ClientboundGamePacket)] -pub struct ClientboundBundlePacket {} |
