void ShowMoveRange() { int cellIndex = grid.CellGetIndex(tokenRow, tokenColumn); List <int> cells = grid.CellGetNeighbours(cellIndex, 100, movePoints); grid.CellBlink(cells, Color.blue, 1f); }