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

26 lines
606 B
C++

#include "FortAthenaNewsWidget.h"
void UFortAthenaNewsWidget::PlayNewsTilesIntro() {
}
void UFortAthenaNewsWidget::LogMotDLobbyNavAction() {
}
void UFortAthenaNewsWidget::LogMotDCloseAction() {
}
UFortAthenaNewsWidget::UFortAthenaNewsWidget() {
this->NewsTileClass = NULL;
this->SpotlightNewsTileClass = NULL;
this->SpecialEventNewsTileClass = NULL;
this->SpotlightSpecialEventNewsTileClass = NULL;
this->CommonText_NewsHeader = NULL;
this->ScrollBox_NewsContainer = NULL;
this->HorizontalBox_NewsContainer = NULL;
this->VerticalBox_SpotlightNewsContainer = NULL;
}