fix some bug with remvoing items, add experimental stat saving for gadgets, fix shadow stones scuffy
This commit is contained in:
Milxnor
2023-05-07 22:30:56 -04:00
parent 3405177d20
commit bfe2610a11
18 changed files with 281 additions and 104 deletions

View File

@@ -155,7 +155,7 @@ UPackage* UObject::GetOutermost() const
}
}
bool UObject::IsA(UClass* otherClass)
bool UObject::IsA(UStruct* otherClass)
{
UClass* super = ClassPrivate;