mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
10 lines
202 B
C++
10 lines
202 B
C++
#include "TrackedObjective.h"
|
|
|
|
FTrackedObjective::FTrackedObjective() {
|
|
this->TrackedIndex = 0;
|
|
this->TeamIndex = 0;
|
|
this->IndicatorPresetIndex = 0;
|
|
this->ProgressPercentage = 0.00f;
|
|
}
|
|
|