bevy_gearbox 0.6.0

State machine system for the bevy game engine
Documentation
pub use bevy_gearbox_core::*;

// Attribute macros
pub use bevy_gearbox_macros::gearbox_message;
pub use bevy_gearbox_macros::transition_message;
pub use bevy_gearbox_macros::state_component;
pub use bevy_gearbox_macros::gearbox_param;
pub use bevy_gearbox_macros::state_bridge;
pub use bevy_gearbox_macros::side_effect;


pub mod core {
    pub use bevy_gearbox_core::*;
}

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