void cancelFunc() { CreatePanel.SetActive(false); JoinPanel.SetActive(false); MainPanel.SetActive(true); aud.PlayOneShot(ButtonSound); }
void moveJoinPanelFunc() { MainPanel.SetActive(false); JoinPanel.SetActive(true); aud.PlayOneShot(ButtonSound); }