using System; using UnityAtoms.Mobile; namespace UnityAtoms.Mobile { /// /// Reference of type `TouchUserInput`. Inherits from `AtomReference<TouchUserInput, TouchUserInputVariable, TouchUserInputConstant>`. /// [Serializable] public sealed class TouchUserInputReference : AtomReference< TouchUserInput, TouchUserInputVariable, TouchUserInputConstant> { } }