unity-atoms/Packages/Mobile/Runtime/Lists/TouchUserInputList.cs

8 lines
249 B
C#

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