mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
11 lines
291 B
C++
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);
|
|
}; |