bevy_gearbox 0.5.2

State machine system for the bevy game engine
Documentation
1
2
3
4
5
6
pub use bevy_gearbox_core::*;

#[cfg(feature = "server")]
pub mod server {
    pub use bevy_gearbox_protocol::server::*;
}