Ejemplo n.º 1
0
 // Called by UI event system when this is selected in the hand
 public void Select()
 {
     handManager.SelectCard(this);
 }
Ejemplo n.º 2
0
 private void OnMouseDown()
 {
     //Debug.Log("I HAVE BEEN CLICKED");
     mHandManager.SelectCard(this);
 }