mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
interact + pickuo
This commit is contained in:
@@ -10,4 +10,10 @@ public:
|
||||
static auto PlayerStateOffset = GetOffset("PlayerState");
|
||||
return Get(PlayerStateOffset);
|
||||
}
|
||||
|
||||
class APlayerController* GetController()
|
||||
{
|
||||
static auto ControllerOffset = GetOffset("Controller");
|
||||
return Get<class APlayerController*>(ControllerOffset);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user