mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-16 06:49:13 -05:00
9 lines
125 B
C#
9 lines
125 B
C#
namespace PKHeX.Drawing.PokeSprite;
|
|
|
|
public enum SpriteBackgroundType
|
|
{
|
|
None,
|
|
BottomStripe,
|
|
FullBackground,
|
|
}
|