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

8 lines
176 B
C++

#include "FortObjectiveEntry.h"
FFortObjectiveEntry::FFortObjectiveEntry() {
ObjectiveRewardBadge = NULL;
MissionRequirement = EFortObjectiveRequirement::Optional;
}