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

10 lines
201 B
C++

#include "FortUpdatedObjectiveStat.h"
FFortUpdatedObjectiveStat::FFortUpdatedObjectiveStat() {
this->Quest = NULL;
this->StatValue = 0;
this->StatDelta = 0;
this->CurrentStage = 0;
}