Files
Project-Reboot-3.0/Project Reboot 3.0/AthenaDeimosRift.cpp
Milxnor ec30c7ecf8 artificial intelligence
proper *****, work on ai, organize some things
2023-05-14 13:51:58 -04:00

7 lines
228 B
C++

#include "AthenaDeimosRift.h"
void AAthenaDeimosRift::QueueActorsToSpawnHook(UObject* Context, FFrame* Stack, void* Ret)
{
LOG_INFO(LogDev, "QueueActorsToSpawnHook!");
return QueueActorsToSpawnOriginal(Context, Stack, Ret);
}