using UnityEngine; namespace UnityAtoms.Mobile { [UseIcon("atom-icon-cherry")] [CreateAssetMenu(menuName = "Unity Atoms/Events/TouchUserInput x 2", fileName = "TouchUserInputTouchUserInputEvent")] public sealed class TouchUserInputTouchUserInputEvent : AtomEvent { } }