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

12 lines
264 B
C++

#include "FortQuestPackInfo.h"
FFortQuestPackInfo::FFortQuestPackInfo() {
MaxActiveDailyQuests = 0;
MaxRerollsPerDay = 0;
DaysToKeepClaimedQuests = 0;
DaysToKeepCompletedQuests = 0;
MaxUnclaimedQuests = 0;
IsStreamingQuestPack = false;
}