private void Start() { _lazerState = this.gameObject.GetComponent <LazerState>(); }
private void Start() { LazerState = this.gameObject.GetComponent <LazerState>(); theray = this.gameObject.GetComponentInChildren <Transform>(); }