mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
10 lines
383 B
C++
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;
|
|
} |