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