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:
@@ -72,3 +72,9 @@ bool UObject::IsA(UClass* otherClass)
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
class UClass* UObject::StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/CoreUObject.Object");
|
||||
return Class;
|
||||
}
|
||||
Reference in New Issue
Block a user