Example #1
0
	// Use this for initialization
	void Start () {
		lancherPalametar = this.gameObject.GetComponent<LancherPalametar>();
		rigidbody = this.gameObject.GetComponent<Rigidbody>();
	}
 // Use this for initialization
 void Start()
 {
     lancherPalametar = this.gameObject.GetComponent<LancherPalametar>();
 }