Files
Project-Reboot-3.0/Project Reboot 3.0/FortPlayerPawnAthena.h
2023-04-03 21:13:34 -04:00

11 lines
291 B
C++

#pragma once
#include "FortPlayerPawn.h"
class AFortPlayerPawnAthena : public AFortPlayerPawn
{
public:
static inline void (*OnCapsuleBeginOverlapOriginal)(UObject* Context, FFrame* Stack, void* Ret);
static void OnCapsuleBeginOverlapHook(UObject* Context, FFrame* Stack, void* Ret);
};