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