mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
9 lines
190 B
C#
9 lines
190 B
C#
namespace PKHeX.Core
|
|
{
|
|
public struct BoxManipParam
|
|
{
|
|
public int Start { get; set; }
|
|
public int Stop { get; set; }
|
|
public bool Reverse { get; set; }
|
|
}
|
|
} |