using UnityEngine; public class VfxAnimatorHandler : MonoBehaviour { public void DestroySelf() { Destroy(gameObject); } }