using System;
using UnityEngine.Events;
namespace UnityAtoms.Mobile
{
[Serializable]
public sealed class TouchUserInputTouchUserInputUnityEvent : UnityEvent<TouchUserInput, TouchUserInput> { }
}