Merge branch 'dev' of https://github.com/2aurore/Gameton-06 into dev
This commit is contained in:
@@ -195,6 +195,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