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

11 lines
259 B
C++

#include "FortQuestObjectiveStatXPTableRow.h"
FFortQuestObjectiveStatXPTableRow::FFortQuestObjectiveStatXPTableRow() {
Type = EFortQuestObjectiveStatEvent::Kill;
CountThreshhold = 0;
MaxCount = 0;
bOnceOnly = false;
bIsCached = false;
}