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

8 lines
200 B
C++

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