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

8 lines
145 B
C++

#include "FortPathCostEstimator.h"
UFortPathCostEstimator::UFortPathCostEstimator() {
this->GoalActor = NULL;
this->NavGraph = NULL;
}