namespace Chessistics.Engine.Model;
public enum CellType
{
Empty,
Wall,
Production,
Demand,
Transformer
}