Minor re-organization

This commit is contained in:
Katy Coe
2020-06-30 00:13:18 +02:00
parent 18b94e08f3
commit 23db04c369
33 changed files with 27 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ using System.Linq;
using CommandLine;
using Il2CppInspector.Reflection;
using Il2CppInspector.Outputs;
using Il2CppInspector.CppUtils.UnityHeaders;
using Il2CppInspector.Cpp.UnityHeaders;
namespace Il2CppInspector.CLI
{