unity-atoms/Source/Events/TouchUserInputGameEvent.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> { }
}