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

7 lines
148 B
C++

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