unity-atoms/Source/UnityEvents/UnityTouchUserInputTouchUserInputEvent.cs
2019-05-29 18:52:27 +02:00

9 lines
204 B
C#

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