Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAthenaAIBotPathFollowingComponent.cpp
2026-04-22 15:51:07 +02:00

8 lines
200 B
C++

#include "FortAthenaAIBotPathFollowingComponent.h"
UFortAthenaAIBotPathFollowingComponent::UFortAthenaAIBotPathFollowingComponent() {
this->BotController = NULL;
this->HitBuilding = NULL;
}