diff options
Diffstat (limited to 'azalea-protocol/src/packets/common.rs')
| -rw-r--r-- | azalea-protocol/src/packets/common.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/common.rs b/azalea-protocol/src/packets/common.rs index 0fa7cb1f..8ad0b753 100644 --- a/azalea-protocol/src/packets/common.rs +++ b/azalea-protocol/src/packets/common.rs @@ -1,5 +1,9 @@ use azalea_buf::McBuf; -use azalea_core::{GameMode, GlobalPos, OptionalGameType, ResourceLocation}; +use azalea_core::{ + game_type::{GameMode, OptionalGameType}, + position::GlobalPos, + resource_location::ResourceLocation, +}; #[derive(Clone, Debug, McBuf)] pub struct CommonPlayerSpawnInfo { |
