Files
FNGameProj/Source/FortniteGame/Private/FortQuestObjectiveStatTableRow.cpp
T
2024-01-21 00:41:14 +01:00

8 lines
199 B
C++

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