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