PKHeX/PKHeX.Core/Saves/Substructures/Gen8/ValueBlocks/OptOutOption.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
109 B
C#

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