Initial implementation and output of properties
This commit is contained in:
@@ -216,4 +216,14 @@ namespace Il2CppInspector
|
||||
public int typeIndex;
|
||||
public int dataIndex;
|
||||
}
|
||||
|
||||
public class Il2CppPropertyDefinition
|
||||
{
|
||||
public int nameIndex;
|
||||
public int get;
|
||||
public int set;
|
||||
public uint attrs;
|
||||
public int customAttributeIndex;
|
||||
public uint token;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user