public void BackMainScreenCanvas() { ConnnectAccountCanvas.SetActive(false); CreateAccountCanvas.SetActive(false); MainScreenCanvas.SetActive(true); }
public void ConnectAccount() { ConnnectAccountCanvas.SetActive(true); MainScreenCanvas.SetActive(false); }