[DatFile, Flags] Allow for muliple stat output formats at once

This commit is contained in:
Matt Nadareski
2016-12-05 11:43:48 -08:00
parent bf7fae766e
commit fdb14f5b6a
4 changed files with 234 additions and 200 deletions

View File

@@ -285,17 +285,6 @@
NotNodump = 5, // This is a fake flag that is used for filter only
}
/// <summary>
/// Determine which format to output Stats to
/// </summary>
public enum StatDatFormat
{
None = 0,
HTML = 1,
CSV = 2,
TSV = 3,
}
#endregion
#region Skippers and Mappers