Ejemplo n.º 1
0
 private void onIncorrectPlacement()
 {
     Destroy(this.transform.gameObject);
     DealHand.dealCard("Hand");
     DealHand.Instance.inc_guess();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     Instance = this;
 }