diff --git a/Il2CppInspector.Common/IL2CPP/Metadata.cs b/Il2CppInspector.Common/IL2CPP/Metadata.cs index 695aa06..9f3d134 100644 --- a/Il2CppInspector.Common/IL2CPP/Metadata.cs +++ b/Il2CppInspector.Common/IL2CPP/Metadata.cs @@ -7,11 +7,9 @@ using System; using System.Collections.Generic; -using System.Dynamic; using System.IO; using System.Linq; using System.Reflection; -using System.Text; using NoisyCowStudios.Bin2Object; namespace Il2CppInspector @@ -46,7 +44,6 @@ namespace Il2CppInspector public string[] StringLiterals { get; } public Dictionary Strings { get; } = new Dictionary(); - public List MetadataUsages { get; } = new List(); public Metadata(Stream stream) : base(stream) {