2021-12-21 14:03:59 +03:00

9 lines
104 B
C#

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