Ejemplo n.º 1
0
 private void Start()
 {
     buttonThrottle   = GameObject.Find("ButtonNitro").GetComponent <ButtonThrottle>();
     gameObject.layer = 1 << 1;
 }
Ejemplo n.º 2
0
 private void Start()
 {
   buttonThrottle = GameObject.Find("ButtonNitro").GetComponent<ButtonThrottle>();
   gameObject.layer = 1 << 1;
 }