// Use this for initialization
	void Start () {
		thisCritPoint = this.GetComponent<critical_point> ();
	}
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     thisCritPoint = this.GetComponent <critical_point> ();
 }