using System; namespace UnityAtoms { [Serializable] public sealed class FloatReference : AtomReference< float, FloatVariable> { } }