mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 11:09:17 +01:00
artificial intelligence
proper *****, work on ai, organize some things
This commit is contained in:
12
Project Reboot 3.0/AthenaDeimosRift.h
Normal file
12
Project Reboot 3.0/AthenaDeimosRift.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "BuildingRift.h"
|
||||
#include "Stack.h"
|
||||
|
||||
class AAthenaDeimosRift : public ABuildingRift
|
||||
{
|
||||
public:
|
||||
static inline void (*QueueActorsToSpawnOriginal)(UObject* Context, FFrame* Stack, void* Ret);
|
||||
|
||||
static void QueueActorsToSpawnHook(UObject* Context, FFrame* Stack, void* Ret);
|
||||
};
|
||||
Reference in New Issue
Block a user