aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_player_combat_enter.rs
blob: ee58e27796b837c2a6e4add6f6f9b4df50ddb289 (plain)
1
2
3
4
5
6
use azalea_buf::AzBuf;
use azalea_protocol_macros::ClientboundGamePacket;

/// Unused in vanilla.
#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)]
pub struct ClientboundPlayerCombatEnter;