mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
work on 21.00
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "reboot.h"
|
||||
|
||||
class UFortAthenaAISpawnerDataComponent_SpawnParams : public UObject
|
||||
{
|
||||
public:
|
||||
UClass*& GetPawnClass()
|
||||
{
|
||||
static auto PawnClassOffset = GetOffset("PawnClass");
|
||||
return Get<UClass*>(PawnClassOffset);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user