unity-atoms/Packages/Mobile/Runtime/UnityEvents/TouchUserInputTouchUserInputUnityEvent.cs

9 lines
204 B
C#

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