Files
FNGameProj/Source/FortniteGame/Private/FortNotificationHandler.cpp
2024-01-21 00:41:14 +01:00

14 lines
279 B
C++

#include "FortNotificationHandler.h"
void UFortNotificationHandler::NotificationShown_Implementation() {
}
void UFortNotificationHandler::ClearNotification_Implementation() {
}
UFortNotificationHandler::UFortNotificationHandler() {
this->bNotificationCleared = false;
}