mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
264 B
C++
12 lines
264 B
C++
#include "FortQuestPackInfo.h"
|
|
|
|
FFortQuestPackInfo::FFortQuestPackInfo() {
|
|
MaxActiveDailyQuests = 0;
|
|
MaxRerollsPerDay = 0;
|
|
DaysToKeepClaimedQuests = 0;
|
|
DaysToKeepCompletedQuests = 0;
|
|
MaxUnclaimedQuests = 0;
|
|
IsStreamingQuestPack = false;
|
|
}
|
|
|