1
This commit is contained in:
parent
37bef2c2fc
commit
44e720888f
@ -26,7 +26,7 @@ namespace GameLogic
|
|||||||
if (!string.IsNullOrEmpty(nickname))
|
if (!string.IsNullOrEmpty(nickname))
|
||||||
{
|
{
|
||||||
m_tmp_PlayerName.text = nickname;
|
m_tmp_PlayerName.text = nickname;
|
||||||
UniTask.Delay(3000).ContinueWith(() => { Destroy(); });
|
UniTask.Delay(1500).ContinueWith(() => { Destroy(); });
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user