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)