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:
@@ -227,6 +227,18 @@ namespace SabreTools.Helper.Data
|
||||
ALL = 0xFFFF,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine which format to output Stats to
|
||||
/// </summary>
|
||||
/// [Flags]
|
||||
public enum StatDatFormat
|
||||
{
|
||||
None = 0x01,
|
||||
HTML = 0x02,
|
||||
CSV = 0x04,
|
||||
TSV = 0x08,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region DatItem related
|
||||
|
||||
Reference in New Issue
Block a user