Esempio n. 1
0
 public void Back()
 {
     Buttons.SetActive(true);
     PauseButtons.SetActive(false);
     TextList[0].gameObject.SetActive(true);
     broadCastText.gameObject.SetActive(true);
 }
Esempio n. 2
0
 void Awake()
 {
     showPanels = GetComponent <PauseButtons>();
 }