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

14 lines
326 B
C++

#include "FortQuestTrackerEntry.h"
void UFortQuestTrackerEntry::HandleHUDObjectiveCompletion(UFortQuestObjectiveInfo* QuestObjective) {
}
UFortQuestTrackerEntry::UFortQuestTrackerEntry() {
this->QuestNameText = NULL;
this->ObjectivesList = NULL;
this->TrackedQuest = NULL;
this->bConfigureAsHUD = false;
}