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

11 lines
236 B
C++

#include "BuildingProp_QuestGlyph.h"
ABuildingProp_QuestGlyph::ABuildingProp_QuestGlyph() {
this->QuestDef = NULL;
this->bShowContextInfo = true;
this->bContextInfoUnlocked = false;
this->ActivationRange = 384.00f;
}