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