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

8 lines
213 B
C++

#include "FortChallengeBundleScheduleEntry.h"
FFortChallengeBundleScheduleEntry::FFortChallengeBundleScheduleEntry() {
this->UnlockType = EChallengeScheduleUnlockType::Manually;
this->UnlockValue = 0;
}