mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Explicit numbering for DupeType
This commit is contained in:
@@ -57,10 +57,10 @@ namespace SabreTools.Helper
|
|||||||
public enum DupeType
|
public enum DupeType
|
||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
InternalHash,
|
InternalHash = 1,
|
||||||
InternalAll,
|
InternalAll = 2,
|
||||||
ExternalHash,
|
ExternalHash = 3,
|
||||||
ExternalAll,
|
ExternalAll = 4,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user