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:
@@ -25,5 +25,5 @@ public:
|
||||
class UFunction : public UStruct
|
||||
{
|
||||
public:
|
||||
void* GetFunc() { return *(void**)(__int64(this) + Offsets::Func); }
|
||||
void*& GetFunc() { return *(void**)(__int64(this) + Offsets::Func); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user