mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Reboot Living up to its name
almost finish rebooting (im going insane), performance, increase llama spawn radius, remove auto restart for a little bit
This commit is contained in:
@@ -132,6 +132,12 @@ public:
|
||||
static inline void (*StartGhostModeOriginal)(UObject* Context, FFrame* Stack, void* Ret);
|
||||
static inline void (*EndGhostModeOriginal)(AFortPlayerControllerAthena* PlayerController);
|
||||
|
||||
class UAthenaResurrectionComponent*& GetResurrectionComponent()
|
||||
{
|
||||
static auto ResurrectionComponentOffset = GetOffset("ResurrectionComponent");
|
||||
return Get<class UAthenaResurrectionComponent*>(ResurrectionComponentOffset);
|
||||
}
|
||||
|
||||
AFortPlayerStateAthena* GetPlayerStateAthena()
|
||||
{
|
||||
return (AFortPlayerStateAthena*)GetPlayerState();
|
||||
@@ -183,7 +189,7 @@ public:
|
||||
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortPlayerControllerAthena");
|
||||
static auto Class = FindObject<UClass>(L"/Script/FortniteGame.FortPlayerControllerAthena");
|
||||
return Class;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user