Esempio n. 1
0
 void Awake()
 {
     fila        = FindObjectOfType <Fila>();
     cadeiras    = FindObjectOfType <Cadeiras>();
     ctrlCliente = GetComponent <ControleCliente>();
     paciencia   = GetComponent <Paciencia>();
 }
Esempio n. 2
0
 void Awake()
 {
     fila         = FindObjectOfType <Fila>();
     tr           = GetComponent <Transform>();
     ctrlVaiPonto = GetComponent <ControladorVaiAtePonto>();
     ctrlCliente  = GetComponent <ControleCliente>();
 }
Esempio n. 3
0
 void Awake()
 {
     ctrlVaiAtePonto = GetComponent <ControladorVaiAtePonto>();
     ctrlCliente     = GetComponent <ControleCliente>();
     tr        = GetComponent <Transform>();
     paciencia = GetComponent <Paciencia>();
     bolha     = GetComponent <BolhaCliente>();
 }