Files
FNGameProj/Source/FortniteGame/Private/AthenaPathFollowingComponent.cpp
T
2024-06-07 01:17:09 +02:00

7 lines
142 B
C++

#include "AthenaPathFollowingComponent.h"
UAthenaPathFollowingComponent::UAthenaPathFollowingComponent() {
AthenaAIController = NULL;
}