aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_player_combat_enter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/c_player_combat_enter.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/c_player_combat_enter.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/c_player_combat_enter.rs b/azalea-protocol/src/packets/game/c_player_combat_enter.rs
new file mode 100755
index 00000000..8c344b49
--- /dev/null
+++ b/azalea-protocol/src/packets/game/c_player_combat_enter.rs
@@ -0,0 +1,6 @@
+use azalea_buf::AzBuf;
+use azalea_protocol_macros::ClientboundGamePacket;
+
+/// Unused in vanilla.
+#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)]
+pub struct ClientboundPlayerCombatEnter {}