using System; using UnityEngine.Events; namespace UnityAtoms.Mobile { [Serializable] public sealed class TouchUserInputUnityEvent : UnityEvent { } }