namespace UnityAtoms.BaseAtoms { /// /// Function x 2 of type `bool`. Inherits from `AtomFunction<bool, bool>`. /// [EditorIcon("atom-icon-sand")] public abstract class BoolBoolFunction : AtomFunction { } }