Files
2026-04-22 15:51:07 +02: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;
}