[DATabase] Enable TSV output for Missfile

This commit is contained in:
Matt Nadareski
2016-05-29 00:44:37 -07:00
parent 4d5fab689f
commit 6a37ab53e0
4 changed files with 39 additions and 10 deletions

View File

@@ -60,5 +60,6 @@ namespace SabreTools.Helper
public string AddExt;
public bool GameName;
public bool Romba;
public bool TSV; // tab-deliminated output
}
}