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

17 lines
376 B
C++

#include "FortTournamentLiveGames.h"
void UFortTournamentLiveGames::SetTournamentIds(const FString& InTournamentId, const FString& InEventWindowId) {
}
void UFortTournamentLiveGames::OnViewLiveGames() {
}
UFortTournamentLiveGames::UFortTournamentLiveGames() {
this->SelectedGame = NULL;
this->ListView_SessionEntries = NULL;
this->Button_WatchGame = NULL;
}