Beispiel #1
0
 /**
  * change the color of the clicked marble
  */
 public void Clicked(int i)
 {
     if (!victory)
     {
         gb.SetSelected(i);
         gb.ColorChange(1);
     }
 }