pub fn handle_load_project_event(
events: EventReader<'_, '_, LoadProjectEvent>,
commands: Commands<'_, '_>,
) -> Result<(), BevyError>
Expand description
Bevy system that handles LoadProjectEvent
events that were fired.
pub fn handle_load_project_event(
events: EventReader<'_, '_, LoadProjectEvent>,
commands: Commands<'_, '_>,
) -> Result<(), BevyError>
Bevy system that handles LoadProjectEvent
events that were fired.