unity-atoms/Packages/Core/Runtime/Actions/BoolBoolAction.cs
2019-10-14 16:51:54 +02:00

6 lines
132 B
C#

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