Files
FNGameProj/Source/FortniteGame/Private/FortAsyncAction_CalendarEventWatcherBase.cpp
2024-01-21 00:41:14 +01:00

7 lines
180 B
C++

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