using UnityEngine; public class DisableAnimationEvent : MonoBehaviour { public void Disable() { gameObject.SetActive(false); } }