diff options
| author | mat <git@matdoes.dev> | 2023-09-14 17:00:24 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-14 17:00:27 -0500 |
| commit | 3621acab758c8bd00ee08feee307a02512f234c8 (patch) | |
| tree | 57e6de3e621f65c84f45bf50f27973c66de03a07 /azalea-client/src/lib.rs | |
| parent | 83784d5a350168edaade4620122c2c6d46bc81a2 (diff) | |
| download | azalea-drasl-3621acab758c8bd00ee08feee307a02512f234c8.tar.xz | |
AcceptResourcePacksPlugin
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 8ea2fc41..942f683c 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -36,7 +36,7 @@ pub use client::{ TickBroadcast, }; pub use events::Event; -pub use local_player::{GameProfileComponent, LocalPlayer}; +pub use local_player::{GameProfileComponent, LocalPlayer, SendPacketEvent}; pub use movement::{ PhysicsState, SprintDirection, StartSprintEvent, StartWalkEvent, WalkDirection, }; |
