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

7 lines
180 B
C++

#include "FortAsyncAction_CalendarEventWatcherBase.h"
UFortAsyncAction_CalendarEventWatcherBase::UFortAsyncAction_CalendarEventWatcherBase() {
this->MyGameInstance = NULL;
}