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

14 lines
354 B
C++

#include "FortTournamentPayoutModal.h"
void UFortTournamentPayoutModal::SetEventWindowId(const FString& EventWindowId) {
}
UFortTournamentPayoutModal::UFortTournamentPayoutModal() {
this->Text_TournamentName = NULL;
this->Text_SessionName = NULL;
this->Text_ThresholdTypeLabel = NULL;
this->DynamicEntryBox_PayoutThresholds = NULL;
}