Files
FNGameProj/Source/FortniteGame/Private/FortAsyncAction_CalendarEventWatcher.cpp
T
2024-03-03 23:44:39 +01: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() {
}