Example #1
0
        private Road Highway;            //I think I need this just for the lanes

        public TrafficHandler(Road highway, List <Vehicle> vehicles)
        {
            Highway  = highway;
            Vehicles = vehicles;
        }