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