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

9 lines
250 B
C#

using UnityEngine;
using UnityAtoms;
namespace UnityAtoms.Mobile
{
[CreateAssetMenu(menuName = "Unity Atoms/Events/TouchUserInput", fileName = "TouchUserInputEvent")]
public sealed class TouchUserInputEvent : AtomEvent<TouchUserInput> { }
}