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