using System; using UnityEngine; using UnityEngine.Serialization; namespace UnityAtoms.Mobile { [CreateAssetMenu(menuName = "Unity Atoms/Variables/TouchUserInput", fileName = "TouchUserInputVariable")] public sealed class TouchUserInputVariable : EquatableScriptableObjectVariable< TouchUserInput, TouchUserInputGameEvent, TouchUserInputTouchUserInputGameEvent> { } }