Example #1
0
 void cancelFunc()
 {
     CreatePanel.SetActive(false);
     JoinPanel.SetActive(false);
     MainPanel.SetActive(true);
     aud.PlayOneShot(ButtonSound);
 }
Example #2
0
 void moveCreatePanelFunc()
 {
     MainPanel.SetActive(false);
     CreatePanel.SetActive(true);
     aud.PlayOneShot(ButtonSound);
 }