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