Skip to main content

update_graph_on_station_removal

Function update_graph_on_station_removal 

Source
fn update_graph_on_station_removal(
    removed_station: On<'_, '_, Remove, Station>,
    commands: Commands<'_, '_>,
    graph: ResMut<'_, Graph>,
)