creative stuff

This commit is contained in:
Milxnor
2023-03-13 22:03:18 -04:00
parent 2fd7f3b23f
commit 818bc8119b
23 changed files with 393 additions and 45 deletions

View File

@@ -0,0 +1,14 @@
#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);
};