mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
11 lines
233 B
C++
11 lines
233 B
C++
#include "CrucibleSegmentData.h"
|
|
|
|
FCrucibleSegmentData::FCrucibleSegmentData() {
|
|
bRegistered = false;
|
|
NumAI = 0;
|
|
NumTargets = 0;
|
|
MissedTargetPenalty = 1;
|
|
BackendStatType = EFortCrucibleStatType::CourseOverall;
|
|
}
|
|
|