mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 11:39:17 +01:00
<feat: New project structure>
<feat: New release>
This commit is contained in:
17
dependencies/reboot/Project Reboot 3.0/FortPlayerPawnAthena.h
vendored
Normal file
17
dependencies/reboot/Project Reboot 3.0/FortPlayerPawnAthena.h
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "FortPlayerPawn.h"
|
||||
|
||||
class AFortPlayerPawnAthena : public AFortPlayerPawn
|
||||
{
|
||||
public:
|
||||
static inline void (*OnCapsuleBeginOverlapOriginal)(UObject* Context, FFrame* Stack, void* Ret);
|
||||
|
||||
uint8& GetDBNORevivalStacking()
|
||||
{
|
||||
static auto DBNORevivalStackingOffset = GetOffset("DBNORevivalStacking");
|
||||
return Get<uint8>(DBNORevivalStackingOffset);
|
||||
}
|
||||
|
||||
static void OnCapsuleBeginOverlapHook(UObject* Context, FFrame* Stack, void* Ret);
|
||||
};
|
||||
Reference in New Issue
Block a user