unity-atoms/Packages/Mobile/Runtime/Events/TouchUserInputEvent.cs

8 lines
232 B
C#
Raw Normal View History

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