void Start() { changeInformation = true; startSpin = false; endTurn = false; tickets = GameObject.FindGameObjectWithTag("ticketManager").GetComponent <TicketsControl>(); }
void Start() { tickets = GameObject.FindGameObjectWithTag("ticketManager").GetComponent <TicketsControl>(); autoPlay = false; }
// Use this for initialization void Start() { tickets = GameObject.FindGameObjectWithTag("ticketManager").GetComponent <TicketsControl>(); slots = GameObject.FindGameObjectWithTag("slotManager").GetComponent <Slots>(); }
void Start() { tickets = GameObject.FindGameObjectWithTag("ticketManager").GetComponent <TicketsControl>(); tickets.Load(); }