mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
quite a bit of stuff
This commit is contained in:
@@ -12,14 +12,14 @@ struct UField : UObject
|
||||
|
||||
class UStruct : public UField
|
||||
{
|
||||
|
||||
public:
|
||||
int GetPropertiesSize();
|
||||
};
|
||||
|
||||
class UClass : public UStruct
|
||||
{
|
||||
public:
|
||||
UObject* CreateDefaultObject();
|
||||
int GetPropertiesSize();
|
||||
};
|
||||
|
||||
class UFunction : public UStruct
|
||||
|
||||
Reference in New Issue
Block a user