Files
FNGameProj/Source/FortniteUI/Private/FortShowdownScreen.cpp
2024-01-21 00:41:14 +01:00

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;
}