unity-atoms/Packages/Mobile/Runtime/Actions/TouchUserInputTouchUserInputAction.cs
2019-10-15 03:07:22 +02:00

9 lines
327 B
C#

namespace UnityAtoms.Mobile
{
/// <summary>
/// Action x 2 of type `TouchUserInput`. Inherits from `AtomAction&lt;TouchUserInput, TouchUserInput&gt;`.
/// </summary>
[EditorIcon("atom-icon-purple")]
public abstract class TouchUserInputTouchUserInputAction : AtomAction<TouchUserInput, TouchUserInput> { }
}