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

8 lines
185 B
C++

#include "FortPathFollowingComponent.h"
UFortPathFollowingComponent::UFortPathFollowingComponent() {
this->MyAI = NULL;
this->MovementBlockFrustrationCooldownSpeed = 1.40f;
}