mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
11 lines
238 B
C++
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;
|
|
}
|
|
|