mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 08:10:48 -05:00
resources still are associated with winforms, eh program still runs fine and I've replicated the mono build options. lmk if this breaks stuff
11 lines
184 B
C#
11 lines
184 B
C#
namespace PKHeX.WinForms
|
|
{
|
|
public class SlotChange
|
|
{
|
|
public int Box;
|
|
public int Slot;
|
|
public int Offset;
|
|
public object OriginalData;
|
|
}
|
|
}
|