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:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "OnlineReplStructs.h"
|
||||
#include "PlayerState.h"
|
||||
#include "AbilitySystemComponent.h"
|
||||
|
||||
@@ -18,6 +19,8 @@ public:
|
||||
return this->Get<int>(WorldPlayerIdOffset);
|
||||
}
|
||||
|
||||
static bool AreUniqueIDsIdentical(FUniqueNetIdRepl* A, FUniqueNetIdRepl* B);
|
||||
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortPlayerState");
|
||||
|
||||
Reference in New Issue
Block a user