Model: Handle generic type definitions correctly

This commit is contained in:
Katy Coe
2019-11-01 15:03:40 +01:00
parent ac47c811be
commit 05bcf98dd3
5 changed files with 94 additions and 20 deletions

View File

@@ -6,7 +6,6 @@ using System.IO;
using System.Linq;
using System.Text;
using Il2CppInspector.Reflection;
using ParameterInfo = Il2CppInspector.Reflection.ParameterInfo;
namespace Il2CppInspector
{