Function de_construction::manufacturing::change_locations

source ·
fn change_locations(
    events: EventReader<'_, '_, ChangeDeliveryLocationEvent>,
    locations: Query<'_, '_, &mut DeliveryLocation>,
    pole_events: EventWriter<'_, UpdatePoleLocationEvent>,
    line_events: EventWriter<'_, UpdateLineEndEvent>
)