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

10 lines
202 B
C++

#include "TrackedObjective.h"
FTrackedObjective::FTrackedObjective() {
this->TrackedIndex = 0;
this->TeamIndex = 0;
this->IndicatorPresetIndex = 0;
this->ProgressPercentage = 0.00f;
}