mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
interacting
This commit is contained in:
@@ -11,4 +11,10 @@ public:
|
||||
static auto AbilitySystemComponentOffset = GetOffset("AbilitySystemComponent");
|
||||
return this->Get<UAbilitySystemComponent*>(AbilitySystemComponentOffset);
|
||||
}
|
||||
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortPlayerState");
|
||||
return Class;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user