aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_debug_sample_packet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_debug_sample_packet.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/clientbound_debug_sample_packet.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_debug_sample_packet.rs b/azalea-protocol/src/packets/game/clientbound_debug_sample_packet.rs
deleted file mode 100755
index 641fd05e..00000000
--- a/azalea-protocol/src/packets/game/clientbound_debug_sample_packet.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-use azalea_buf::McBuf;
-use azalea_protocol_macros::ClientboundGamePacket;
-
-use super::serverbound_debug_sample_subscription::RemoteDebugSampleType;
-
-#[derive(Clone, Debug, McBuf, ClientboundGamePacket)]
-pub struct ClientboundDebugSamplePacket {
- pub sample: Vec<u64>,
- pub debug_sample_type: RemoteDebugSampleType,
-}