namespace UnityAtoms { /// /// Action of type `float`. Inherits from `AtomAction<float>`. /// [EditorIcon("atom-icon-purple")] public abstract class FloatAction : AtomAction { } }