unity-atoms/Source/Events/TouchUserInputGameEvent.cs

8 lines
236 B
C#
Raw Normal View History

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