IL2CPP: Load InterfaceOffsets, VTableMethodIndices and MethodSpecs

This commit is contained in:
Katy Coe
2019-12-10 14:14:02 +01:00
parent 33de89bed7
commit 46acc1b5a7
5 changed files with 27 additions and 1 deletions

View File

@@ -415,4 +415,10 @@ namespace Il2CppInspector
public int start;
public int count;
}
public class Il2CppInterfaceOffsetPair
{
public int interfaceTypeIndex;
public int offset;
}
}