Beispiel #1
0
 public void SetBlinkingImage(CellScr cell)
 {
     if (blinkImage)
     {
         StandartcolorForFirstCell();
     }
     if (cell.settings._state == 1)
     {
         blinkImage = cell.GetComponent <CellScr>();
     }
 }