mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move treat-as-file enum to better namespace
This commit is contained in:
12
SabreTools.DatTools/Enums.cs
Normal file
12
SabreTools.DatTools/Enums.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace SabreTools.DatTools
|
||||
{
|
||||
/// <summary>
|
||||
/// Determines which files should be skipped in DFD
|
||||
/// </summary>
|
||||
public enum SkipFileType
|
||||
{
|
||||
None = 0,
|
||||
Archive,
|
||||
File,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user