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