示例#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);
 }