Exemplo n.º 1
0
 /// <summary>
 /// 注册按钮
 /// </summary>
 public void OnRegisterBtnClick()
 {
     theRegisterPanel.ApplyInfo();
     this.gameObject.SetActive(false);
     theRegisterPanel.gameObject.SetActive(true);
     Debug.LogError("OnRegisterBtnClick");
 }