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

8 lines
199 B
C++

#include "FortQuestObjectiveStatTableRow.h"
FFortQuestObjectiveStatTableRow::FFortQuestObjectiveStatTableRow() {
this->Type = EFortQuestObjectiveStatEvent::Kill;
this->bIsCached = false;
}