2021-12-21 14:58:27 +03:00

10 lines
120 B
C#

namespace HexFiled
{
public enum UnitColor
{
GREEN,
RED,
GREY,
YELLOW
}
}