Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     _landSensor                     = GetComponent <LandingSensor>();
     _tardisContinueRotation         = GetComponentInChildren <AutoRotate>();
     _tardisContinueRotation.enabled = true;
 }
Ejemplo n.º 2
0
	// Use this for initialization
	void Start () {
		_landSensor = GetComponent<LandingSensor>();
		_tardisContinueRotation = GetComponentInChildren<AutoRotate>();
		_tardisContinueRotation.enabled = true;
	}