mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
18 lines
421 B
C++
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() {
|
|
}
|
|
|