Esempio n. 1
0
	public void onLaunchChampionshipCompleteScreens() {
		REF = this;
		this.gameObject.SetActive(false);
		champSettingsScreen.activate(true);
		if(GarageManager.REF!=null)
			GarageManager.REF.hideTopButtons();
	}
Esempio n. 2
0
	public void OnDestroy() {
		REF = null;
		Debug.Log ("OnDestroy()");
	}
Esempio n. 3
0
	// Use this for initialization
	void Start () {
		REF = this;
	}