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

17 lines
304 B
C++

#include "FortQuestTrackerSubEntry.h"
void UFortQuestTrackerSubEntry::NotifyCompletionAnimationFinished() {
}
void UFortQuestTrackerSubEntry::HandleQuestsUpdated() {
}
UFortQuestTrackerSubEntry::UFortQuestTrackerSubEntry() {
this->TrackedObjective = NULL;
this->bConfigureAsHUD = false;
}