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

9 lines
166 B
C++

#include "PegasusJob.h"
FPegasusJob::FPegasusJob() {
bExportShotsIndividually = false;
bGenerateTimelineEventData = false;
bJobAllowsFailure = false;
}