Files
2026-04-22 15:51:07 +02:00

17 lines
304 B
C++

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