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