Exemplo n.º 1
0
 void Start()
 {
     aim = this.GetComponent <AimMode>();
 }
Exemplo n.º 2
0
 public void Start()
 {
     gscript = this.transform.parent.GetComponent <GunScript>().GetComponentInChildren <AimMode>();
 }