Files
FNGameProj/Source/FortniteGame/Private/FortChallengeBundleQuestEntry.cpp
T
2024-06-07 01:17:09 +02:00

10 lines
255 B
C++

#include "FortChallengeBundleQuestEntry.h"
FFortChallengeBundleQuestEntry::FFortChallengeBundleQuestEntry() {
QuestUnlockType = EChallengeBundleQuestUnlockType::Manually;
bStartActive = false;
bIsPrerequisite = false;
UnlockValue = 0;
}