1
This commit is contained in:
parent
6da0671d85
commit
5e44103780
@ -527,12 +527,8 @@ namespace GameLogic
|
|||||||
|
|
||||||
// 移动特效
|
// 移动特效
|
||||||
eGo.transform.DOLocalMove(Vector3.zero, 1.5f).OnComplete(async () =>
|
eGo.transform.DOLocalMove(Vector3.zero, 1.5f).OnComplete(async () =>
|
||||||
{
|
|
||||||
await UniTask.Delay(2000);
|
|
||||||
if (eGo != null)
|
|
||||||
{
|
{
|
||||||
GameObject.Destroy(eGo);
|
GameObject.Destroy(eGo);
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user