mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
make commands actually reply to console
This commit is contained in:
11
Project Reboot 3.0/FortPlayerPawnAthena.h
Normal file
11
Project Reboot 3.0/FortPlayerPawnAthena.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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);
|
||||
};
|
||||
Reference in New Issue
Block a user