Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAsyncAction_CalendarEventWatcher.cpp
2026-04-22 15:51:07 +02:00

10 lines
312 B
C++

#include "FortAsyncAction_CalendarEventWatcher.h"
UFortAsyncAction_CalendarEventWatcher* UFortAsyncAction_CalendarEventWatcher::WatchCalendarEvent(UObject* WorldContextObject, const FString& EventToWatch) {
return NULL;
}
UFortAsyncAction_CalendarEventWatcher::UFortAsyncAction_CalendarEventWatcher() {
}