Files
2026-04-22 15:51:07 +02: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;
}