From 0dc6decf7f3a4ea273e0eabccd74815c528ba6bd Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Apr 2022 22:30:50 -0500 Subject: put something useful in state --- azalea-client/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azalea-client/src/lib.rs') diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index c11d3517..5814687a 100755 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -1,9 +1,13 @@ //! Significantly abstract azalea-protocol so it's actually useable for bots. mod connect; +mod entity; pub mod ping; +mod player; pub use connect::{Account, Client, Event}; +pub use entity::Entity; +pub use player::Player; #[cfg(test)] mod tests { -- cgit v1.2.3