C++: Generate Il2CppClass definitions for enum and array types
This commit is contained in:
@@ -273,7 +273,7 @@ namespace Il2CppInspector.Reflection
|
||||
}
|
||||
return res;
|
||||
}
|
||||
return null;
|
||||
return Array.Empty<MethodBase>();
|
||||
}
|
||||
|
||||
// Method that the type is declared in if this is a type parameter of a generic method
|
||||
|
||||
Reference in New Issue
Block a user