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

8 lines
142 B
C++

#include "SkylightWeatherData.h"
FSkylightWeatherData::FSkylightWeatherData() {
SkyLightColor = NULL;
SkyLightColorWeight = NULL;
}