Exemplo n.º 1
0
 void Start()
 {
     levelSelect = GameObject.Find("HUD").GetComponent <LevelSelect>();
     bus         = GetComponent <SwitchBus>();
 }
Exemplo n.º 2
0
 void Start()
 {
     lineRenderer = GetComponent <LineRenderer>();
     bus          = GetComponent <SwitchBus>();
 }