Fix metadata usage issues caused by it being a value type now
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user