This commit is contained in:
huyulong 2024-11-27 21:41:24 +08:00
parent 85d17960f1
commit d0cd5aa987

View File

@ -20,7 +20,7 @@ public class EventPopUp : MonoBehaviour
Image.DOColor(new Color(1f, 1f, 1f, 0f), time);
textobg.DOColor(new Color(1f, 1f, 1f, 0f), time);
await Task.Delay(5100);
Destroy(gameObject);
Destroy(this.gameObject);
}
// Update is called once per frame