diff options
| author | Shayne Hartford <shaybox@shaybox.com> | 2024-11-12 13:07:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 12:07:36 -0600 |
| commit | 09cdc22b86d0f9ed2bedc76cb92739277b3997e8 (patch) | |
| tree | b8d1db477249e1938a5a36fe55328099e86b2839 /azalea-client/src/lib.rs | |
| parent | 0774888a777a87367987f592314fc66d81c01313 (diff) | |
| download | azalea-drasl-09cdc22b86d0f9ed2bedc76cb92739277b3997e8.tar.xz | |
Make some internal system handles public for use with before/after (#180)
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 93e08717..82d4f561 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -16,7 +16,7 @@ mod client; pub mod configuration; pub mod disconnect; mod entity_query; -mod events; +pub mod events; pub mod interact; pub mod inventory; mod local_player; |
