mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, Flags] Allow for muliple stat output formats at once
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user