unity-atoms/Source/UnityEvents/TouchUserInputTouchUserInputUnityEvent.cs
2019-09-23 21:11:50 +02:00

9 lines
204 B
C#

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