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