Model and Output: Implement default method parameter values
This commit is contained in:
@@ -254,6 +254,13 @@ namespace Il2CppInspector
|
||||
public int typeIndex;
|
||||
}
|
||||
|
||||
public class Il2CppParameterDefaultValue
|
||||
{
|
||||
public int parameterIndex;
|
||||
public int typeIndex;
|
||||
public int dataIndex;
|
||||
}
|
||||
|
||||
public class Il2CppFieldDefinition
|
||||
{
|
||||
public int nameIndex;
|
||||
|
||||
Reference in New Issue
Block a user