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

9 lines
194 B
C++

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