unity-atoms/Packages/Mobile/Runtime/Actions/TouchUserInputTouchUserInputAction.cs
2019-10-02 17:38:13 +02:00

6 lines
176 B
C#

namespace UnityAtoms.Mobile
{
[UseIcon("atom-icon-purple")]
public abstract class TouchUserInputTouchUserInputAction : AtomAction<TouchUserInput, TouchUserInput> { }
}