Files
UnrealEvent/Project/Source/FortniteGame/Private/TournamentPayoutThresholdData.cpp
2026-04-22 15:51:07 +02:00

8 lines
196 B
C++

#include "TournamentPayoutThresholdData.h"
FTournamentPayoutThresholdData::FTournamentPayoutThresholdData() {
this->ScoringType = EPayoutScoringType::Invalid;
this->Threshold = 0.00f;
}