using System; using UnityEngine; namespace UnityAtoms { [Serializable] public sealed class GameObjectReference : ScriptableObjectReference< GameObject, GameObjectVariable, GameObjectEvent, GameObjectGameObjectEvent> { } }