using System; using UnityAtoms.SceneMgmt; namespace UnityAtoms.SceneMgmt { /// /// Reference of type `SceneField`. Inherits from `AtomReference<SceneField, SceneFieldVariable>`. /// [Serializable] public sealed class SceneFieldReference : AtomReference< SceneField, SceneFieldVariable> { } }