mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-20 01:13:17 +00:00
88ddc5822e
Reduces some boilerplate constructors/equality compares
3 lines
114 B
C#
3 lines
114 B
C#
namespace PKHeX.Core;
|
|
|
|
public readonly record struct BoxManipParam(int Start, int Stop, bool Reverse = false);
|