mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Add full status backup, not just nodump
This commit is contained in:
@@ -83,6 +83,18 @@
|
||||
Archive = 5,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine the status of the item
|
||||
/// </summary>
|
||||
public enum ItemStatus
|
||||
{
|
||||
None = 0,
|
||||
Good = 1,
|
||||
BadDump = 2,
|
||||
Nodump = 3,
|
||||
Verified = 4,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Skippers and Mappers
|
||||
|
||||
Reference in New Issue
Block a user