Skip to content

Commit

Permalink
Made Hunger Component Public
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K authored Jul 28, 2024
1 parent 66d1792 commit c45a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azalea-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub use client::{
TickBroadcast,
};
pub use events::Event;
pub use local_player::{GameProfileComponent, InstanceHolder, TabList};
pub use local_player::{GameProfileComponent, InstanceHolder, TabList, Hunger};
pub use movement::{
PhysicsState, SprintDirection, StartSprintEvent, StartWalkEvent, WalkDirection,
};
Expand Down

0 comments on commit c45a25a

Please sign in to comment.