mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
clip size vehicles cheat command
This commit is contained in:
@@ -12,6 +12,12 @@ public:
|
||||
return this->Get<UAbilitySystemComponent*>(AbilitySystemComponentOffset);
|
||||
}
|
||||
|
||||
int& GetWorldPlayerId()
|
||||
{
|
||||
static auto WorldPlayerIdOffset = GetOffset("WorldPlayerId");
|
||||
return this->Get<int>(WorldPlayerIdOffset);
|
||||
}
|
||||
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortPlayerState");
|
||||
|
||||
Reference in New Issue
Block a user