Expose SetBoxData

This commit is contained in:
Kurt 2019-01-27 21:57:33 -08:00
parent 3b8dc42f1a
commit 8cfd6d5a63

View file

@ -174,7 +174,7 @@ namespace PKHeX.Core
}
}
private void SetBoxData(IList<PKM> value, int box, int index = 0)
public void SetBoxData(IList<PKM> value, int box, int index = 0)
{
int ofs = GetBoxOffset(box);
for (int slot = 0; slot < BoxSlotCount; slot++, ofs += SIZE_STORED)