AppModel: Add AppType.Name

This commit is contained in:
Katy Coe
2020-07-18 03:47:11 +02:00
parent 307cf29dcd
commit f5e5037a9b
3 changed files with 9 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ namespace Il2CppInspector.Model
IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable) CppTypeCollection).GetEnumerator();
// The C++ declaration generator for this binary
internal CppDeclarationGenerator declarationGenerator; // TODO: Make private when name integration completed
private CppDeclarationGenerator declarationGenerator;
// Convenience properties