Files
FNGameProj/Source/FortniteGame/Private/FortNotificationHandler.cpp
T
2024-06-07 01:17:09 +02:00

14 lines
273 B
C++

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