mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-11 07:04:16 +00:00
Expose SetBoxData
This commit is contained in:
parent
3b8dc42f1a
commit
8cfd6d5a63
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue