PKHeX/PKHeX.Core/Saves/Substructures/Gen8/ValueBlocks/OptInOption.cs
Kurt 70e7c01896 Add more block-key settings
Co-Authored-By: Matt <sora10pls@users.noreply.github.com>
2020-04-16 13:37:48 -07:00

9 lines
108 B
C#

namespace PKHeX.Core
{
public enum OptInOption : uint
{
No = 0,
Yes = 1,
}
}