using System.Collections; using System.Collections.Generic; using UnityEngine; public class CommonAnimEvents : MonoBehaviour { public void Destroy() { Destroy(this.gameObject); } }