mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-18 08:23:12 +00:00
9 lines
135 B
C#
9 lines
135 B
C#
|
namespace PKHeX.Core.Searching
|
||
|
{
|
||
|
public enum CloneDetectionMethod
|
||
|
{
|
||
|
None,
|
||
|
HashDetails,
|
||
|
HashPID,
|
||
|
}
|
||
|
}
|