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