Files
UnrealEvent/Project/Source/FortniteGame/Private/FortQuestObjectiveStatTableRow.cpp
2026-04-22 15:51:07 +02:00

8 lines
199 B
C++

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