using System; using UnityEngine.Events; using UnityEngine; namespace UnityAtoms { /// /// None generic Unity Event x 2 of type `Void` and `GameObject`. Inherits from `UnityEvent<Void, GameObject>`. /// [Serializable] public sealed class VoidGameObjectUnityEvent : UnityEvent { } }