Exemplo n.º 1
0
 public void OnMouseDown()
 {
     Debug.LogFormat("Picked {0}", gameObject.name);
     Match3.Grab(this);
 }