완료 시간 알람 UI 활성화/비활성화 되지 않는 오류 수정
This commit is contained in:
@@ -35,12 +35,12 @@ namespace CHN
|
||||
}
|
||||
public void Open()
|
||||
{
|
||||
onDashobardOpen?.Invoke("완료 시간 알람");
|
||||
SetActive(true);
|
||||
onOpen?.Invoke();
|
||||
}
|
||||
public void Close()
|
||||
{
|
||||
onDashobardClose?.Invoke("완료 시간 알람");
|
||||
SetActive(false);
|
||||
}
|
||||
public void ActiveLoadingImage(bool isActive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user