Files
Project-Reboot-3.0/Project Reboot 3.0/FortServerBotManagerAthena.cpp
2024-03-18 21:35:01 -04:00

10 lines
383 B
C++

#include "FortServerBotManagerAthena.h"
#include "bots.h"
AFortPlayerPawnAthena* UFortServerBotManagerAthena::SpawnBotHook(UFortServerBotManagerAthena* BotManager, FVector& InSpawnLocation, FRotator& InSpawnRotation,
UFortAthenaAIBotCustomizationData* InBotData, FFortAthenaAIBotRunTimeCustomizationData* InRuntimeBotData)
{
LOG_INFO(LogBots, "SpawnBotHook!");
return nullptr;
}