#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "Components/SceneComponent.h"
#include "TrafficLightComponent.h"
#include "TrafficLightController.h"
#include "TrafficLightGroup.generated.h"
Go to the source code of this file.
Classes | |
class | ATrafficLightGroup |
Class which implements the state changing of traffic lights. More... | |