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

9 lines
194 B
C++

#include "FortTournamentPayoutThresholdEntry.h"
UFortTournamentPayoutThresholdEntry::UFortTournamentPayoutThresholdEntry() {
this->Text_Threshold = NULL;
this->Text_Rewards = NULL;
}