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