Files
FNGameProj/Source/FortniteGame/Private/TournamentPayoutThresholdData.cpp
2024-01-21 00:41:14 +01:00

8 lines
196 B
C++

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