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

9 lines
196 B
C++

#include "FortMovementComp_AIChar.h"
UFortMovementComp_AIChar::UFortMovementComp_AIChar() {
bDeimos = false;
CachedAthenaPathFollowingComp = NULL;
CachedAthenaAIController = NULL;
}