mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
dispatch request
This commit is contained in:
@@ -5,4 +5,9 @@
|
||||
class APawn : public AActor
|
||||
{
|
||||
public:
|
||||
UObject* GetPlayerState()
|
||||
{
|
||||
static auto PlayerStateOffset = GetOffset("PlayerState");
|
||||
return Get(PlayerStateOffset);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user