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

6 lines
179 B
C#

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