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