mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
If its not scuffed its not reboot
This commit is contained in:
10
Project Reboot 3.0/FortServerBotManagerAthena.cpp
Normal file
10
Project Reboot 3.0/FortServerBotManagerAthena.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user