mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-06 04:45:40 -05:00
17 lines
218 B
C#
17 lines
218 B
C#
namespace pkNX.Structures
|
|
{
|
|
public enum PokeColor
|
|
{
|
|
Red,
|
|
Blue,
|
|
Yellow,
|
|
Green,
|
|
Black,
|
|
Brown,
|
|
Purple,
|
|
Gray,
|
|
White,
|
|
Pink,
|
|
}
|
|
}
|