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