using UnityEngine; namespace UnityAtoms.Mobile { [CreateAssetMenu(menuName = "Unity Atoms/Events/TouchUserInput", fileName = "TouchUserInputEvent")] public sealed class TouchUserInputEvent : AtomEvent { } }