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