mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
14 lines
326 B
C++
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;
|
|
}
|
|
|