using System; using UnityEngine.Events; using UnityAtoms.Mobile; namespace UnityAtoms.Mobile { /// /// None generic Unity Event of type `TouchUserInputPair`. Inherits from `UnityEvent<TouchUserInputPair>`. /// [Serializable] public sealed class TouchUserInputPairUnityEvent : UnityEvent { } }