Files
FNGameProj/Source/FortniteGame/Private/FortDialogNotificationHandler.cpp
T
2024-01-21 00:41:14 +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() {
}