mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
9 lines
129 B
C#
9 lines
129 B
C#
|
namespace PKHeX.WinForms.Controls
|
|||
|
{
|
|||
|
public enum DropModifier
|
|||
|
{
|
|||
|
None,
|
|||
|
Overwrite,
|
|||
|
Clone,
|
|||
|
}
|
|||
|
}
|