mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
Magic number -> const usage default(T) -> default (c#7.x feature) remove some unused stuff fix indentation in some spots
10 lines
145 B
C#
10 lines
145 B
C#
namespace PKHeX.WinForms.Controls
|
|
{
|
|
internal enum SlotIndex
|
|
{
|
|
Party = 0,
|
|
BattleBox = 6,
|
|
Daycare = 12,
|
|
}
|
|
}
|