mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-11 22:29:52 -05:00
9 lines
108 B
C#
9 lines
108 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum OptInOption : uint
|
|
{
|
|
No = 0,
|
|
Yes = 1,
|
|
}
|
|
}
|