mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +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;
|
|
}
|
|
|