void DefineFrontFacing() { int cellIndex = tgs.CellGetNeighbour(tgs.cellLastClickedIndex, CELL_SIDE.Bottom); tgs.CellFlash(cellIndex, Color.cyan, 1f); }