mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-12 06:37:20 -05:00
9 lines
109 B
C#
9 lines
109 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum OptOutOption : uint
|
|
{
|
|
Yes = 0,
|
|
No = 1,
|
|
}
|
|
}
|