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

7 lines
148 B
C++

#include "FortPathFollowingComponentBase.h"
UFortPathFollowingComponentBase::UFortPathFollowingComponentBase() {
this->AIController = NULL;
}