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