/// Events for this module pub mod events; /// Resources for this module pub mod resources; /// Systems for this module pub(crate) mod systems;