mirror of
https://github.com/kwsch/pkNX.git
synced 2026-03-31 14:44:42 -05:00
File scoped namespaces for all lib projects netstandard2.0 => net6; now uniform. bye netframework!
16 lines
161 B
C#
16 lines
161 B
C#
namespace pkNX.Structures;
|
|
|
|
public enum PokeColor
|
|
{
|
|
Red,
|
|
Blue,
|
|
Yellow,
|
|
Green,
|
|
Black,
|
|
Brown,
|
|
Purple,
|
|
Gray,
|
|
White,
|
|
Pink,
|
|
}
|