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