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