using System; using UnityEngine.Events; namespace UnityAtoms { [Serializable] public class UnityVoidEvent : UnityEvent { } }