示例#1
0
 private void OnAuthentication(AuthenticationResponse _resp)
 {
     loginPanel.SetActive(false);
     SearchPanel.SetActive(true);
     startGameButton.gameObject.SetActive(false);
 }