Recognize v24 metadata from later Unity 2018 versions ("24.1")
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Il2CppInspector.Reflection {
|
||||
}
|
||||
|
||||
// Find corresponding module (we'll need this for method pointers)
|
||||
if (Model.Package.Version >= 24.1)
|
||||
if (Model.Package.Version >= 24.2)
|
||||
Module = Model.Package.Modules[FullName];
|
||||
|
||||
// Generate types in DefinedTypes from typeStart to typeStart+typeCount-1
|
||||
|
||||
Reference in New Issue
Block a user