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

9 lines
174 B
C#

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