fix Il2CppType definition for 27.2+ (better)
This commit is contained in:
@@ -259,7 +259,7 @@ namespace Il2CppInspector.Reflection
|
||||
}
|
||||
|
||||
// Create a reference type if necessary
|
||||
return typeRef.ByRef(Package.Version) ? underlyingType.MakeByRefType() : underlyingType;
|
||||
return typeRef.byref ? underlyingType.MakeByRefType() : underlyingType;
|
||||
}
|
||||
|
||||
// Basic primitive types are specified via a flag value
|
||||
|
||||
Reference in New Issue
Block a user