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

16 lines
348 B
C++

#include "FortQuestPoolTableRow.h"
FFortQuestPoolTableRow::FFortQuestPoolTableRow() {
RefreshIntervalHours = 0;
LootTier = 0;
RerollLimit = 0;
bGlobalPull = false;
bRollOnActivation = false;
bDeleteActiveOnRefresh = false;
MaxActive = 0;
DaysToKeepClaimed = 0;
DaysToKeepCompleted = 0;
MaxUnclaimed = 0;
}