示例#1
0
        private IEnumerator UpdateProfileAsync()
        {
            yield return(StartCoroutine(FirebaseCore.UpdateUserNameAsync(_inputFieldName.text)));

            OnClickDone?.Invoke();
        }
示例#2
0
 private void ProfilePanelOnClickDone()
 {
     OnClickDone?.Invoke();
 }