mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-18 00:13:10 +00:00
f57e7bf686
clear separation of functionality
9 lines
No EOL
190 B
C#
9 lines
No EOL
190 B
C#
namespace PKHeX.Core
|
|
{
|
|
public struct BoxManipParam
|
|
{
|
|
public int Start { get; set; }
|
|
public int Stop { get; set; }
|
|
public bool Reverse { get; set; }
|
|
}
|
|
} |