create_vehicle

Function create_vehicle 

Source
fn create_vehicle(
    commands: &mut Commands<'_, '_>,
    vehicle: QETRCVehicle,
    stations: &HashMap<String, Entity>,
) -> Entity