Ejemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        slotSystem = gameObjectSlotSystem.GetComponent <SlotSystem>();

        animator = GetComponent <Animator>();
    }
Ejemplo n.º 2
0
 private void Awake()
 {
     slotSystem = GameObject.FindGameObjectWithTag("Manager").GetComponent <SlotSystem>();
 }