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

10 lines
192 B
C#

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