Function de_controller::commands::executor::delivery_location_system
source · fn delivery_location_system(
in_events: EventReader<'_, '_, DeliveryLocationSelectedEvent>,
selected: Query<'_, '_, Entity, (With<Selected>, With<AssemblyLine>)>,
out_events: EventWriter<'_, ChangeDeliveryLocationEvent>
)