Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_GoalBase.cpp
2024-01-21 00:41:14 +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;
}