Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_GoalBase.cpp
T
2024-03-03 23:44:39 +01:00

10 lines
244 B
C++

#include "FortQueryTest_GoalBase.h"
UFortQueryTest_GoalBase::UFortQueryTest_GoalBase() {
this->bScoreEnemies = true;
this->bScoreEncounterGoals = true;
this->bScoreWorldGoals = true;
this->bScoreSpecificAssignments = false;
}