UI 종료 시 사운드 재생을 위해 딜레이 추가
This commit is contained in:
@@ -193,6 +193,13 @@ namespace TON
|
||||
|
||||
public void OnClickCloseButton()
|
||||
{
|
||||
StartCoroutine(CloseButtonDelay());
|
||||
}
|
||||
|
||||
IEnumerator CloseButtonDelay()
|
||||
{
|
||||
yield return new WaitForSeconds(0.2f); // 0.2초 대기
|
||||
|
||||
UIManager.Hide<SkillSettingUI>(UIList.SkillSettingUI);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user