mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
14 lines
312 B
C++
14 lines
312 B
C++
#pragma once
|
|
|
|
#include "reboot.h"
|
|
|
|
#include "Actor.h"
|
|
#include "Stack.h"
|
|
|
|
class AFortMinigame : public AActor // AInfo
|
|
{
|
|
public:
|
|
static inline void (*ClearPlayerInventoryOriginal)(UObject* Context, FFrame& Stack, void* Ret);
|
|
|
|
static void ClearPlayerInventoryHook(UObject* Context, FFrame& Stack, void* Ret);
|
|
}; |