mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
22 lines
388 B
C++
22 lines
388 B
C++
#include "FortAthenaMatchmakingTile.h"
|
|
|
|
|
|
|
|
|
|
|
|
void UFortAthenaMatchmakingTile::PopulateTextFieldsFromCMS() {
|
|
}
|
|
|
|
|
|
|
|
UFortAthenaMatchmakingTile::UFortAthenaMatchmakingTile() {
|
|
this->GameModeImage = NULL;
|
|
this->AdSpace = NULL;
|
|
this->AdText = NULL;
|
|
this->SpecialAdText = NULL;
|
|
this->GameModeName = NULL;
|
|
this->SubGameModeName = NULL;
|
|
this->BorderDisplayStyle = 0;
|
|
}
|
|
|