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