Output: Emit using directives at start of C# output

This commit is contained in:
Katy Coe
2019-11-12 05:38:05 +01:00
parent ae57e239bf
commit 268a10a950
2 changed files with 59 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ namespace Il2CppInspector
// C# signatures output
new Il2CppCSharpDumper(model) {ExcludedNamespaces = excludedNamespaces, SuppressGenerated = suppressGenerated}
.WriteFile(outCsFile + (i++ > 0 ? "-" + (i-1) : ""));
.WriteSingleFile(outCsFile + (i++ > 0 ? "-" + (i-1) : ""));
// IDA Python script output
// TODO: IDA Python script output