using System; using UnityEngine.Events; namespace E7.Introloop { /// /// A subclass that could send to /// dynamically invoke on . /// [Serializable] public class IntroloopAudioUnityEvent : UnityEvent { } }