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