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