mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-14 08:00:33 -05:00
Update interface parameter names
sync to previous
This commit is contained in:
parent
6c8374f26f
commit
d2eba35504
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public interface ISpriteBuilder<out T>
|
||||
{
|
||||
T GetSprite(int species, int form, int gender, int item, bool isEgg, bool shiny,
|
||||
T GetSprite(int species, int form, int gender, int heldItem, bool isEgg, bool isShiny,
|
||||
int generation = -1,
|
||||
bool isBoxBGRed = false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user