mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
quite a bit of stuff
This commit is contained in:
@@ -36,7 +36,7 @@ UObject* UClass::CreateDefaultObject()
|
||||
return DefaultObject;
|
||||
}
|
||||
|
||||
int UClass::GetPropertiesSize()
|
||||
int UStruct::GetPropertiesSize()
|
||||
{
|
||||
return *(int*)(__int64(this) + Offsets::PropertiesSize);
|
||||
}
|
||||
Reference in New Issue
Block a user