Files
2026-04-22 15:51:07 +02:00

18 lines
442 B
C++

#include "FortDivisionDetailsScreen.h"
void UFortDivisionDetailsScreen::SetTournamentAndEventId(const FString& InTournamentId, const FString& InEventId) {
}
void UFortDivisionDetailsScreen::HandleRightDivisionClicked() {
}
void UFortDivisionDetailsScreen::HandleLeftDivisionClicked() {
}
UFortDivisionDetailsScreen::UFortDivisionDetailsScreen() {
this->DetailsInfo = NULL;
this->PayoutInfo = NULL;
this->Text_Title = NULL;
}