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

8 lines
219 B
C++

#include "FortChallengeBundleQuestEntry.h"
FFortChallengeBundleQuestEntry::FFortChallengeBundleQuestEntry() {
this->QuestUnlockType = EChallengeBundleQuestUnlockType::GrantWithBundle;
this->UnlockValue = 0;
}