Output: Exclude root namespace by default

This commit is contained in:
Katy Coe
2019-10-31 23:35:58 +01:00
parent dbc3ef40b0
commit ac47c811be
5 changed files with 9 additions and 5 deletions

View File

@@ -34,7 +34,8 @@ namespace Il2CppInspector
"System",
"UnityEngine",
"Mono",
"Microsoft.Win32"
"Microsoft.Win32",
""
};
if (excludedNamespaces.Count == 1 && excludedNamespaces[0].ToLower() == "none")