This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-04 18:07:19 +08:00
parent 37bef2c2fc
commit 44e720888f

View File

@ -26,7 +26,7 @@ namespace GameLogic
if (!string.IsNullOrEmpty(nickname))
{
m_tmp_PlayerName.text = nickname;
UniTask.Delay(3000).ContinueWith(() => { Destroy(); });
UniTask.Delay(1500).ContinueWith(() => { Destroy(); });
}
else