Files
FNGameProj/Source/FortniteGame/Private/FortDialogNotificationHandler.cpp
T
2024-03-03 23:44:39 +01:00

18 lines
421 B
C++

#include "FortDialogNotificationHandler.h"
void UFortDialogNotificationHandler::Timeout_Implementation() {
}
void UFortDialogNotificationHandler::SetDialogDescription(FFortDialogDescription InDialogDescription) {
}
void UFortDialogNotificationHandler::Decline_Implementation() {
}
void UFortDialogNotificationHandler::Accept_Implementation() {
}
UFortDialogNotificationHandler::UFortDialogNotificationHandler() {
}