Files
UnrealEvent/Project/Source/FortniteGame/Private/FortChallengeBundleScheduleEntry.cpp
2026-04-22 15:51:07 +02:00

8 lines
213 B
C++

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