Function handle_load_project_event

Source
pub fn handle_load_project_event(
    events: EventReader<'_, '_, LoadProjectEvent>,
    commands: Commands<'_, '_>,
) -> Result<(), BevyError>
Expand description

Bevy system that handles LoadProjectEvent events that were fired.