unity-atoms/Packages/Core/Runtime/Actions/BoolBoolAction.cs

6 lines
129 B
C#
Raw Normal View History

namespace UnityAtoms
{
[UseIcon("atom-icon-purple")]
public abstract class BoolBoolAction : AtomAction<bool, bool> { }
}