mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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;
|
|
}
|
|
|