Example #1
0
 void ResetCells()
 {
     cellSelectedIndex = -1;
     cellColor         = Color.white;
     grid.GenerateMap();
     RefreshGrid();
 }