Exemplo n.º 1
0
 void Start()
 {
     deckFill         = GameObject.FindGameObjectWithTag("Deck");
     scale            = transform.localScale;
     isSelected       = false;
     sendButton       = sendButon.GetComponent <SendButton2>();
     cardIndexToAdd   = GetComponent <CardInformation>();
     checkCombination = deckFill.GetComponent <CheckCombinations>();
 }
Exemplo n.º 2
0
 void Start()
 {
     sendButton = sendButtonG.GetComponent <SendButton2>();
     //Debug.Log(cardIndexSelected);
 }