mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
21 lines
427 B
C++
21 lines
427 B
C++
#include "FortShowdownScreen.h"
|
|
|
|
|
|
|
|
|
|
void UFortShowdownScreen::NavigateTournamentRight() {
|
|
}
|
|
|
|
void UFortShowdownScreen::NavigateTournamentLeft() {
|
|
}
|
|
|
|
UFortShowdownScreen::UFortShowdownScreen() {
|
|
this->TileItemClass = NULL;
|
|
this->TournamentModalClass = NULL;
|
|
this->TournamentTileGroup = NULL;
|
|
this->ScrollBox_TournamentList = NULL;
|
|
this->Button_Details = NULL;
|
|
this->CommonTextBlock_RegionText = NULL;
|
|
}
|
|
|