bevy_gauge 0.2.0

A crate designed to provide an opinionated solution to handling stats, effects, abilities and tags
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use super::app_extension::*;
pub use super::components::*;
pub use super::eval_context::*;
pub use super::requirements::*;
pub use super::schedule::*;
pub use super::stat_effect::*;
pub use super::traits::*;
pub use bevy_gauge_macros::Named;
pub use bevy_gauge_macros::SimpleStatDerived;
pub use bevy_gauge_macros::stat_component;
pub use crate::simple_generic_stat;
pub use crate::simple_stat;
pub use crate::stats;
pub use crate::stat_effect;
pub use crate::requires;