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

13 lines
249 B
C++

#include "FortAthenaNewsTile.h"
UFortAthenaNewsTile::UFortAthenaNewsTile() {
this->CMSImage_NewsImage = NULL;
this->Text_NewsTitle = NULL;
this->Text_NewsBody = NULL;
this->Border_AdSpace = NULL;
this->Text_AdSpace = NULL;
}