cull(engine-cleanup): pass-8 phase-2 cascade round 2 after GachaUI stub
This commit is contained in:
@@ -1150,14 +1150,6 @@ public class DialogBase : MonoBehaviour
|
||||
return dialogBase;
|
||||
}
|
||||
|
||||
public void AutoClose(float second)
|
||||
{
|
||||
if (_autoCloseCoroutine == null)
|
||||
{
|
||||
_autoCloseCoroutine = StartCoroutine(AutoCloseCoroutine(second));
|
||||
}
|
||||
}
|
||||
|
||||
private IEnumerator AutoCloseCoroutine(float second)
|
||||
{
|
||||
yield return new WaitForSeconds(second);
|
||||
|
||||
Reference in New Issue
Block a user