diff options
| author | mat <git@matdoes.dev> | 2023-05-16 23:26:45 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-16 23:26:45 -0500 |
| commit | 2ba7b83490f5fb6e40a4e94da743bebe23cd7862 (patch) | |
| tree | 730115f764f623069b490f62101c229726da815a /azalea-client/src/lib.rs | |
| parent | 0cc76dfb67e852868e30d1c8529826c41a18e9d1 (diff) | |
| download | azalea-drasl-2ba7b83490f5fb6e40a4e94da743bebe23cd7862.tar.xz | |
ClientBuilder::new_without_plugins
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rw-r--r-- | azalea-client/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 2c08033b..10a50e92 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -30,7 +30,7 @@ pub mod task_pool; pub use account::{Account, AccountOpts}; pub use client::{ - init_ecs_app, start_ecs, Client, ClientInformation, JoinError, JoinedClientBundle, TabList, + start_ecs, Client, ClientInformation, DefaultPlugins, JoinError, JoinedClientBundle, TabList, TickBroadcast, }; pub use events::Event; |
