···55pub mod modifier;
66pub mod stat;
7788-// Todo Move into internal module called `__internal` like Bevy Butler.
99-#[cfg(feature = "bevy")]
1010-pub use bevy_app::prelude::PreUpdate;
118pub use immediate_stats_macros::StatContainer;
99+pub use modifier::*;
1010+pub use stat::*;
12111312#[cfg(feature = "bevy")]
1413pub use bevy::*;
1515-pub use modifier::*;
1616-pub use stat::*;
1414+#[cfg(feature = "bevy")]
1515+pub use bevy_app::prelude::PreUpdate;
17161817/// Types that contain stats that need to be reset.
1918///