mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
14 lines
354 B
C++
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;
|
|
}
|
|
|