chenxin
2020-12-09 e5e16b76d8bee667f7e9b26bf6a816f66ba520d8
Assets/Scripts/UI/FinalPanel/InputNamePanel.cs
@@ -15,7 +15,7 @@
    {
        input = transform.Find("InputFieldName").GetComponent<InputField>();
        transform.Find("OKBtn").GetComponent<Button>().onClick.AddListener(OnClickOKBtn);
        transform.Find("ResetNameBtn").GetComponent<Button>().onClick.AddListener(OnClickResetBtn);
        //transform.Find("ResetNameBtn").GetComponent<Button>().onClick.AddListener(OnClickResetBtn);
    }
    public void Init(Action<string> ac)