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

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