Exemplo n.º 1
0
 public void Hand(Card_Script input)
 {
     if (input)
     {
         input.transform.parent = myHand.transform;
     }
 }
 void Awake()
 {
     myCard = GetComponent<Card_Script>();
     myAnim = GetComponent<Animation>();
 }