unity-atoms/Packages/Core/Runtime/Actions/BoolAction.cs
2019-10-01 17:27:22 +02:00

5 lines
85 B
C#

namespace UnityAtoms
{
public abstract class BoolAction : AtomAction<bool> { }
}