Collect field defaults into Il2CppInspector.FieldDefaultValue on load

This commit is contained in:
Katy Coe
2017-11-07 07:04:46 +01:00
parent 5890b0a1c1
commit 2a2617674a
5 changed files with 93 additions and 76 deletions

View File

@@ -23,6 +23,7 @@ namespace Il2CppInspector
public Il2CppParameterDefinition[] Params { get; }
public Il2CppFieldDefinition[] Fields { get; }
public Il2CppFieldDefaultValue[] FieldDefaultValues { get; }
public Dictionary<int, string> Strings { get; } = new Dictionary<int, string>();
public Metadata(Stream stream) : base(stream)