mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
creative stuff
This commit is contained in:
14
Project Reboot 3.0/FortAthenaSupplyDrop.h
Normal file
14
Project Reboot 3.0/FortAthenaSupplyDrop.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "BuildingGameplayActor.h"
|
||||
|
||||
#include "FortPickup.h"
|
||||
#include "Stack.h"
|
||||
|
||||
class AFortAthenaSupplyDrop : public ABuildingGameplayActor
|
||||
{
|
||||
public:
|
||||
static inline AFortPickup* (*SpawnPickupOriginal)(UObject* Context, FFrame& Stack, AFortPickup** Ret);
|
||||
|
||||
static AFortPickup* SpawnPickupHook(UObject* Context, FFrame& Stack, AFortPickup** Ret);
|
||||
};
|
||||
Reference in New Issue
Block a user