diff options
| author | Ubuntu <github@matdoes.dev> | 2023-02-06 19:15:41 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2023-02-06 19:15:41 +0000 |
| commit | d51b2a29b2911e4be480727e56553fa27cfbfce0 (patch) | |
| tree | 880eb62b3e90337cb29d51a30852bce07416bfd8 /azalea/src/prelude.rs | |
| parent | cbcf1d5e54caefb50ec6340aaf1e8a94312a38c8 (diff) | |
| download | azalea-drasl-d51b2a29b2911e4be480727e56553fa27cfbfce0.tar.xz | |
fix some swarm examples/docs
Diffstat (limited to 'azalea/src/prelude.rs')
| -rw-r--r-- | azalea/src/prelude.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea/src/prelude.rs b/azalea/src/prelude.rs index 3d8cc13e..a26f72d1 100644 --- a/azalea/src/prelude.rs +++ b/azalea/src/prelude.rs @@ -3,5 +3,7 @@ pub use crate::bot::BotClientExt; pub use crate::pathfinder::PathfinderClientExt; +pub use crate::{ClientBuilder, SwarmBuilder}; pub use azalea_client::{Account, Client, Event}; pub use azalea_ecs::component::Component; +pub use azalea_ecs::system::Resource; |
