using System.Collections; using System.Collections.Generic; using UnityEngine; public class ParticleTime : MonoBehaviour { void Start () { Destroy(gameObject, 5); } }