bevy_gauge 0.2.2

bevy_gauge - a flexible stats system for Bevy
Documentation
pub use super::app_extension::*;
pub use super::expressions::*;
pub use super::initializer::*;
pub use super::konfig::*;
pub use super::modifier_set::*;
pub use super::proxy::{StatsProxy, update_stats_proxy_system};
pub use super::schedule::{StatsMutation, UpdateStatDerived, UpdateWriteBack};
pub use crate::sources::*;
pub use super::stats_mutator::*;
pub use super::stat_addressing::*;
pub use super::stat_derived::*;
pub use super::stat_error::*;
pub use super::stat::*;
pub use super::stat_requirements::*;
pub(crate) use super::stat_types::*;
pub use super::stats_component::*;
pub(crate) use super::systems::*;
pub use super::tags::*;
pub use bevy_gauge_macros::Named;
pub use bevy_gauge_macros::SimpleStatDerived;
pub use bevy_gauge_macros::stat_component;
pub use bevy_gauge_macros::mod_set;
pub use bevy_gauge_macros::stats;
pub use crate::simple_generic_stat;
pub use crate::simple_stat;
pub use crate::requires;