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