private void Awake()
 {
     ir_CountDown = GameObject.Find("Timer").GetComponent <JIR_CountDown>();
     ir_startBtn  = GameObject.Find("pCylinder96 3").GetComponent <JIR_TrainingStartBtn>();
 }
 private void Awake()
 {
     ir_startBtn   = GameObject.Find("pCylinder96 3").GetComponent <JIR_TrainingStartBtn>();
     ir_movingBelt = GameObject.Find("Conveyor01Belt").GetComponent <JIR_TraningMovingBelt>();
     ir_im         = GameObject.Find("ItemManager").GetComponent <JIR_TraningItemManager>();
 }
 private void Awake()
 {
     ir_Startbtn = GameObject.Find("pCylinder96 3").GetComponent <JIR_TrainingStartBtn>();
 }
 private void Awake()
 {
     ir_cm      = GameObject.Find("ConveyorManager").GetComponent <JIR_ConveyorManager>();
     ir_statBtn = GameObject.Find("pCylinder96 3").GetComponent <JIR_TrainingStartBtn>();
 }
Esempio n. 5
0
 private void Awake()
 {
     beltPlayer  = GetComponent <AudioSource>();
     ir_startBtn = GameObject.Find("pCylinder96 3").GetComponent <JIR_TrainingStartBtn>();
 }