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

7 lines
83 B
C++

#include "TimeOfDayPhase.h"
FTimeOfDayPhase::FTimeOfDayPhase() {
Time = 1;
}