get_or_create_station

Function get_or_create_station 

Source
fn get_or_create_station(
    commands: &mut Commands<'_, '_>,
    stations: &mut HashMap<String, Entity>,
    station: &QETRCStation,
) -> Entity