PKHeX/PKHeX.Core/Editing/Saves/BoxManipParam.cs

4 lines
114 B
C#
Raw Normal View History

namespace PKHeX.Core;
2019-10-20 03:33:17 +00:00
public readonly record struct BoxManipParam(int Start, int Stop, bool Reverse = false);