mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +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;
|
|
}
|
|
|