using System;
using UnityEngine.Events;
using UnityAtoms.Mobile;
namespace UnityAtoms.Mobile
{
///
/// None generic Unity Event of type `TouchUserInput`. Inherits from `UnityEvent<TouchUserInput>`.
///
[Serializable]
public sealed class TouchUserInputUnityEvent : UnityEvent { }
}