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