bevy_alchemy 0.5.0

An experimental, status effects-as-entities system for Bevy.
Documentation
1
2
3
4
5
mod stack;
mod timer;

pub use stack::*;
pub use timer::*;