Fix metadata usage issues caused by it being a value type now

This commit is contained in:
LukeFZ
2024-11-08 23:33:13 +01:00
parent 5715760e8b
commit 08431b774a
3 changed files with 11 additions and 13 deletions

View File

@@ -105,7 +105,8 @@ namespace Il2CppInspector.Model
}
// Initialize
public AppModel(TypeModel model, bool makeDefaultBuild = true) {
public AppModel(TypeModel model, bool makeDefaultBuild = true)
{
// Save .NET type model
TypeModel = model;