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