using System; using UnityEngine; namespace UnityAtoms { /// /// Reference of type `GameObject`. Inherits from `AtomReference<GameObject, GameObjectVariable>`. /// [Serializable] public sealed class GameObjectReference : AtomReference< GameObject, GameObjectVariable> { } }