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

11 lines
233 B
C++

#include "CrucibleSegmentData.h"
FCrucibleSegmentData::FCrucibleSegmentData() {
bRegistered = false;
NumAI = 0;
NumTargets = 0;
MissedTargetPenalty = 1;
BackendStatType = EFortCrucibleStatType::CourseOverall;
}