unity-atoms/Packages/Mobile/Runtime/UnityEvents/TouchUserInputTouchUserInputUnityEvent.cs
2019-10-01 17:27:22 +02:00

10 lines
222 B
C#

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