Skip to main content

make_stations

Function make_stations 

Source
fn make_stations(
    (In, InMut): (In<Entity>, InMut<'_, Vec<Structure<'static>>>),
    route_q: Query<'_, '_, &Route>,
    station_name_q: Query<'_, '_, &Name, With<Station>>,
)