Files
FNGameProj/Source/FortniteUI/Private/FortAthenaNewsTile.cpp
2024-01-21 00:41:14 +01: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;
}