aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/s_player_loaded.rs
blob: 371e06f53b15dac51cf14fcb74d066bd23d680bf (plain)
1
2
3
4
5
use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundGamePacket;

#[derive(AzBuf, Clone, Debug, PartialEq, ServerboundGamePacket)]
pub struct ServerboundPlayerLoaded;