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

8 lines
169 B
C++

#include "FortPathFollowingComponent.h"
UFortPathFollowingComponent::UFortPathFollowingComponent() {
MyAI = NULL;
MovementBlockFrustrationCooldownSpeed = 1;
}