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