Beispiel #1
0
 public void OnClick_CreateAccount()
 {
     ProcessPanel.SetActive(true);
     UsernamePanel.SetActive(true);
     SignUpButton.SetActive(true);
 }
Beispiel #2
0
 public void OnClick_LogIn()
 {
     ProcessPanel.SetActive(true);
     UsernamePanel.SetActive(false);
     SignInButton.SetActive(true);
 }