Files
FNGameProj/Source/FortniteGame/Private/FortQuestMapNode.cpp
T
2024-01-21 00:41:14 +01:00

10 lines
275 B
C++

#include "FortQuestMapNode.h"
FFortQuestMapNode::FFortQuestMapNode() {
this->QuestItemDefinition = NULL;
this->NodeType = EFortQuestMapNodeType::MandatoryQuest;
this->LabelPosition = EFortQuestMapNodeLabelPosition::Top;
this->UseHighContrastMode = false;
}