1use bevy::prelude::*; 2 3/// A vehicle set represents a collection of vehicles 4#[derive(Component)] 5pub struct VehicleSet;