Files
2026-04-22 15:51:07 +02:00

11 lines
238 B
C++

#include "FortArenaLoadingScreen.h"
UFortArenaLoadingScreen::UFortArenaLoadingScreen() {
this->Text_LeaguePrefix = NULL;
this->Text_LeagueSuffix = NULL;
this->Text_Division = NULL;
this->Image_CurrentDivision = NULL;
}