Files
FNGameProj/Source/FortniteGame/Private/FortQuestObjectiveStatXPTableRow.cpp
T
2024-03-03 23:44:39 +01:00

11 lines
289 B
C++

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