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