mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
13 lines
249 B
C++
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;
|
|
}
|
|
|