Files
2024-01-21 00:41:14 +01:00

12 lines
266 B
C++

#include "FortAISystem.h"
bool UFortAISystem::IsInCone2D(FVector ConeOrigin, FVector ConeDirection, float HalfAngle, FVector LocationToCheck) {
return false;
}
/*
UFortAISystem::UFortAISystem() {
this->InfluenceMap = NULL;
this->BotManager = NULL;
}*/