namespace PKHeX.Core; public readonly record struct BoxManipParam(int Start, int Stop, bool Reverse = false);