1 2 3 4 5 6 7 8
/// Events for this module pub mod events; /// Resources for this module pub mod resources; /// Systems for this module pub(crate) mod systems;