aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-core/src/lib.rs')
-rwxr-xr-xazalea-core/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs
index cdf07c43..6f52e7e9 100755
--- a/azalea-core/src/lib.rs
+++ b/azalea-core/src/lib.rs
@@ -4,3 +4,6 @@ pub mod difficulty;
pub mod game_type;
pub mod resource_location;
pub mod serializable_uuid;
+
+mod slot;
+pub use slot::{Slot, SlotData};