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

7 lines
131 B
C#

using UnityAtoms;
namespace UnityAtoms.Mobile
{
public abstract class TouchUserInputAction : AtomAction<TouchUserInput> { }
}