using HighwayRacers; using Unity.Entities; public struct CarSpawnerComponent : IComponentData { public int StreetsCount; public int CarCount; public Entity AmericanCarPrefab; public Entity EuropeanCarPrefab; public Entity TilePrefab; public DriverProfile DriverProfile; }