Пример #1
0
 void cancelFunc()
 {
     CreatePanel.SetActive(false);
     JoinPanel.SetActive(false);
     MainPanel.SetActive(true);
     aud.PlayOneShot(ButtonSound);
 }
Пример #2
0
 void moveJoinPanelFunc()
 {
     MainPanel.SetActive(false);
     JoinPanel.SetActive(true);
     aud.PlayOneShot(ButtonSound);
 }