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

11 lines
267 B
C++

#include "CombinedFeatureProgressSummary.h"
FCombinedFeatureProgressSummary::FCombinedFeatureProgressSummary() {
GameFeature = EFortGameFeature::EarlyStartup;
CombinedProgress = 1;
bIsPaused = false;
bCanBePaused = false;
bIsFinished = false;
}