Exemplo n.º 1
0
 void OnMouseDown()
 {
     Debug.Log("Clicked");
     gps.insert(this.gameObject, index);
     gps.turnCount++;
 }