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

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