10 lines
120 B
C#
10 lines
120 B
C#
namespace HexFiled
|
|
{
|
|
public enum UnitColor
|
|
{
|
|
GREEN,
|
|
RED,
|
|
GREY,
|
|
YELLOW
|
|
}
|
|
} |