void CheckZoneOfControl() { List<int> cellIndexNew = tgs.CellGetNeighboursWithinRange(tgs.cellLastClickedIndex, 0, 1); foreach (var item in cellIndexNew) { tgs.CellFlash(item, Color.cyan, 1f); } }