Files
FNGameProj/Source/FortniteGame/Private/FortTimeOfDayManagerAtmosphere.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
274 B
C++

#include "FortTimeOfDayManagerAtmosphere.h"
#include "Components/SkyAtmosphereComponent.h"
AFortTimeOfDayManagerAtmosphere::AFortTimeOfDayManagerAtmosphere() {
SkyAtmosphereComponent = CreateDefaultSubobject<USkyAtmosphereComponent>(TEXT("SkyAtmosphereComponent"));
}