public Cell(Piece.Types type) { _type = type; }
void SetItemTypes(Piece.Types type) { _range.ForEach(i => _cells[_piece.V[i]].Type = type); }