Rename AppModel.ILModel to AppModel.TypeModel

This commit is contained in:
Katy Coe
2020-08-14 02:18:53 +02:00
parent 0f3b31749b
commit ca55125858
5 changed files with 21 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ namespace Il2CppInspector.Cpp
{
private readonly AppModel appModel;
private TypeModel model => appModel.ILModel;
private TypeModel model => appModel.TypeModel;
private CppTypeCollection types => appModel.CppTypeCollection;
// Word size (32/64-bit) for this generator